chore: use supabase public url

This commit is contained in:
Qiao Han
2022-11-16 11:11:30 +08:00
parent 89b6828e5a
commit 9c63fc53bb
10 changed files with 26 additions and 19 deletions

View File

@@ -74,4 +74,4 @@ STUDIO_DEFAULT_ORGANIZATION=Default Organization
STUDIO_DEFAULT_PROJECT=Default Project
STUDIO_PORT=3000
SUPABASE_PUBLIC_URL=http://localhost:8000 # replace if you intend to use Studio outside of localhost
SUPABASE_PUBLIC_URL=https://localhost:8443 # replace if you intend to use Studio outside of localhost