chore: update example env

This commit is contained in:
Max Koon
2025-10-14 20:54:47 -04:00
parent f4170f2d8a
commit bbe86f6049

View File

@@ -8,4 +8,7 @@ ZERO_UPSTREAM_DB=postgresql://postgres@localhost:5432/money
ZERO_REPLICA_FILE="/tmp/sync-replica.db" ZERO_REPLICA_FILE="/tmp/sync-replica.db"
ZERO_GET_QUERIES_URL="http://localhost:3000/api/zero/get-queries" 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"