Files
money/.env.example
2025-10-13 21:10:46 -04:00

12 lines
342 B
Plaintext

DATABASE_URL=postgresql://postgres@localhost:5432/money
OAUTH_CLIENT_ID=
OAUTH_CLIENT_SECRET=
OAUTH_DISCOVERY_URL=https://www.example.com/.well-known/openid-configuration
ZERO_UPSTREAM_DB=postgresql://postgres@localhost:5432/money
ZERO_REPLICA_FILE="/tmp/sync-replica.db"
ZERO_GET_QUERIES_URL="http://localhost:3000/api/zero/get-queries"