From 4324dc9510b6ea32fb3e617b80b9bcdd23d1ccd3 Mon Sep 17 00:00:00 2001 From: hailin Date: Sat, 17 May 2025 20:47:20 +0800 Subject: [PATCH] . --- supabase/gotrue/wrapper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supabase/gotrue/wrapper.sh b/supabase/gotrue/wrapper.sh index 4061aa2..9c1519e 100644 --- a/supabase/gotrue/wrapper.sh +++ b/supabase/gotrue/wrapper.sh @@ -17,8 +17,8 @@ export GOTRUE_JWT_SECRET="super-secret-jwt-token-with-at-least-32-characters-lon export GOTRUE_DB_DRIVER="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 +export GOTRUE_API_HOST=127.0.0.1 +export PORT=9999 # 启动 GoTrue(路径视你 build 的二进制实际位置) exec /usr/local/bin/auth