DATABASE_URL=postgresql+asyncpg://postgres:postgres@localhost:5432/fiscal_svc_dev TEST_DATABASE_URL=postgresql+asyncpg://postgres:postgres@localhost:5432/fiscal_svc_test # Fernet key for A1 certificate ciphertext at rest (certificates.crypto, # Task 4) -- read straight from os.environ, never through Settings (same # "secrets don't live in Settings" convention as the auto). Generate one # with: python -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())" FISCAL_CERT_ENCRYPTION_KEY=