From 1f9467acd42241713df438b4fdaa9bbda5b021f0 Mon Sep 17 00:00:00 2001 From: killer-cf Date: Fri, 24 Oct 2025 09:58:52 -0300 Subject: [PATCH] update .env.em=xample --- apps/web/.env.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/web/.env.example b/apps/web/.env.example index 9460afa..fa7b7fa 100644 --- a/apps/web/.env.example +++ b/apps/web/.env.example @@ -1 +1,5 @@ -PUBLIC_CONVEX_URL= \ No newline at end of file +PUBLIC_CONVEX_URL=http://127.0.0.1:3210 + +PUBLIC_CONVEX_SITE_URL=http://127.0.0.1:3211 + +SITE_URL=http://localhost:5173 \ No newline at end of file