This commit is contained in:
hailin 2025-05-17 20:47:20 +08:00
parent c9deadf0cb
commit 4324dc9510
1 changed files with 2 additions and 2 deletions

View File

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