Skip to content

Commit

Permalink
test set AUTH_TRUST_HOST
Browse files Browse the repository at this point in the history
  • Loading branch information
masterkain committed Dec 23, 2024
1 parent 3314804 commit 92f834a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# DATABASE_URL="postgresql://airbroke:airbroke@localhost:6432/airbroke-development?schema=public&pgbouncer=true"
# DIRECT_URL="postgresql://airbroke:airbroke@localhost:5432/airbroke-development?schema=public"

AUTH_TRUST_HOST="true"

# Endpoint protection
AIRBROKE_CORS_ORIGINS="http://localhost:3000,https://my.browserapp.tld"
AIRBROKE_LOG_LEVEL='' # leave blank or set 'verbose'
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ARG DEBUG_TOOLS
ENV NODE_ENV=production
ENV NEXT_TELEMETRY_DISABLED=1
ENV CHECKPOINT_DISABLE=1
ENV AUTH_TRUST_HOST=true

# debug cache filesystem in a live env, to be removed
# inotifywait -m -r -e create,modify,delete /app
Expand Down

0 comments on commit 92f834a

Please sign in to comment.