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.
This commit is contained in:
dal 2025-01-07 16:40:08 -07:00
parent 4679adf04a
commit bb8fd621c9
1 changed files with 2 additions and 2 deletions

View File

@ -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