feat: add zero

This commit is contained in:
Max Koon
2025-10-13 21:10:46 -04:00
parent b4d13e6a9f
commit 92d297e2c9
36 changed files with 3318 additions and 455 deletions

11
.env.example Normal file
View File

@@ -0,0 +1,11 @@
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"