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