Add AUTH_TRUST_HOST for reverse proxy deployments
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -270,6 +270,7 @@ POSTGRES_DB="${PG_DB}"
|
||||
# ─── NextAuth ────────────────────────────────────────────
|
||||
NEXTAUTH_URL="${APP_URL}"
|
||||
NEXTAUTH_SECRET="${AUTH_SECRET}"
|
||||
AUTH_TRUST_HOST="true"
|
||||
|
||||
# ─── OAuth Providers ─────────────────────────────────────
|
||||
GOOGLE_CLIENT_ID="${GOOGLE_CID}"
|
||||
|
||||
Reference in New Issue
Block a user