From bb8fd621c97f0e746719e0e73f60c5d2feaeb1d9 Mon Sep 17 00:00:00 2001 From: dal Date: Tue, 7 Jan 2025 16:40:08 -0700 Subject: [PATCH] Update .env.example to change SITE_URL and STUDIO_PORT for local development - Modified SITE_URL from http://localhost:3000 to http://localhost:3003 to reflect the new local server configuration. - Updated STUDIO_PORT from 3000 to 3003 to align with the updated local development environment. These changes ensure consistency in the local development setup and prevent port conflicts. --- supabase/.env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supabase/.env.example b/supabase/.env.example index 1e7737215..4b4003975 100644 --- a/supabase/.env.example +++ b/supabase/.env.example @@ -48,7 +48,7 @@ PGRST_DB_SCHEMAS=public,storage,graphql_public ############ ## General -SITE_URL=http://localhost:3000 +SITE_URL=http://localhost:3003 ADDITIONAL_REDIRECT_URLS= JWT_EXPIRY=3600 DISABLE_SIGNUP=false @@ -83,7 +83,7 @@ ENABLE_PHONE_AUTOCONFIRM=true STUDIO_DEFAULT_ORGANIZATION=Default Organization STUDIO_DEFAULT_PROJECT=Default Project -STUDIO_PORT=3000 +STUDIO_PORT=3003 # replace if you intend to use Studio outside of localhost SUPABASE_PUBLIC_URL=http://localhost:8000