fix: use postgres superuser with auth search_path for GoTrue
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -27,7 +27,7 @@ services:
|
||||
GOTRUE_API_PORT: 9999
|
||||
API_EXTERNAL_URL: ${SITE_URL:-http://localhost:5173}/auth
|
||||
GOTRUE_DB_DRIVER: postgres
|
||||
GOTRUE_DB_DATABASE_URL: postgres://supabase_auth_admin:${DB_PASSWORD:-postgres}@db:5432/postgres?sslmode=disable&search_path=auth
|
||||
GOTRUE_DB_DATABASE_URL: postgres://postgres:${DB_PASSWORD:-postgres}@db:5432/postgres?sslmode=disable&search_path=auth
|
||||
GOTRUE_SITE_URL: ${SITE_URL:-http://localhost:5173}
|
||||
GOTRUE_URI_ALLOW_LIST: ${SITE_URL:-http://localhost:5173}/**
|
||||
GOTRUE_DISABLE_SIGNUP: 'false'
|
||||
|
||||
Reference in New Issue
Block a user