This commit is contained in:
parent
6955d1535e
commit
201cee032d
|
|
@ -18,6 +18,7 @@ export GOTRUE_DB_DRIVER="postgres"
|
|||
export DATABASE_URL="postgres://supabase_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
|
||||
|
||||
# 启动 GoTrue(路径视你 build 的二进制实际位置)
|
||||
exec /usr/local/bin/auth
|
||||
|
|
|
|||
Loading…
Reference in New Issue