Files
money/.env.example
2025-10-14 20:54:47 -04:00

15 lines
473 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"
ZERO_GET_QUERIES_FORWARD_COOKIES="true"
ZERO_MUTATE_URL="http://localhost:3000/api/zero/mutate"
ZERO_MUTATE_FORWARD_COOKIES="true"