feat: add zero
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal 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"
|
||||
|
||||
Reference in New Issue
Block a user