Add AUTH_TRUST_HOST for reverse proxy deployments

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
JP Scott
2026-03-01 16:16:00 -07:00
parent 4ed53d0fd7
commit 247a21b6a7
2 changed files with 2 additions and 0 deletions

View File

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