This commit is contained in:
hailin 2025-05-17 15:22:17 +08:00
parent 18540ba44d
commit 7e120da077
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ 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 API_EXTERNAL_URL="http://localhost:8000/auth/v1"
# 启动 GoTrue路径视你 build 的二进制实际位置)
exec /usr/local/bin/auth