From bbe86f60490e87687680c428124c341bcc2efd46 Mon Sep 17 00:00:00 2001 From: Max Koon <22125083+k2on@users.noreply.github.com> Date: Tue, 14 Oct 2025 20:54:47 -0400 Subject: [PATCH] chore: update example env --- .env.example | 3 +++ 1 file changed, 3 insertions(+) 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"