This commit is contained in:
parent
5d39b5283a
commit
01470803be
|
|
@ -15,7 +15,7 @@ echo "[gotrue] PostgREST is ready. Starting GoTrue..."
|
|||
export GOTRUE_SITE_URL="http://localhost:3000"
|
||||
export GOTRUE_JWT_SECRET="super-secret-jwt-token-with-at-least-32-characters-long"
|
||||
export GOTRUE_DB_DRIVER="postgres"
|
||||
export DATABASE_URL="postgres://supabase_admin:postgres@localhost:5432/postgres"
|
||||
export DATABASE_URL="postgres://supabase_auth_admin:postgres@localhost:5432/postgres"
|
||||
export API_EXTERNAL_URL="http://localhost:8000/auth/v1"
|
||||
export GOTRUE_DISABLE_PHONE_MFA=true
|
||||
export GOTRUE_EXTERNAL_PHONE_ENABLED=false
|
||||
|
|
|
|||
Loading…
Reference in New Issue