A self-hosted household ledger.
1# Public HTTPS origin of this instance (behind Caddy). Drives the ATProto OAuth
2# client identity — changing it later forces both users to re-consent.
3APP_URL=https://quantum.example.com
4
5# Comma-separated DIDs allowed to log in. Everyone else gets a 403.
6ALLOWED_DIDS=did:plc:replace-with-yours,did:plc:replace-with-spouses
7
8# SQLite database file. Treat this file as secret-grade: it holds the SimpleFIN
9# Access URL and all financial history. Back it up.
10DB_PATH=./data/quantum.db
11
12# ES256 private key (JWK, single line) for OAuth client authentication.
13# Generate with: deno task generate-key
14OAUTH_PRIVATE_KEY_JWK=