diff --git a/.env.example b/.env.example index 7cad637..51bae42 100644 --- a/.env.example +++ b/.env.example @@ -8,4 +8,7 @@ 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"