Skip to content

Commit

Permalink
chore: add missing env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
eartharoid committed Jan 21, 2024
1 parent 876307d commit 86e9378
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ services:
DB_PROVIDER: mysql
HTTP_EXTERNAL: http://127.0.0.1:8169 # change this to your server's external IP (or domain)
HTTP_HOST: 0.0.0.0
HTTP_INTERNAL:
HTTP_PORT: 8169
HTTP_TRUST_PROXY: "false" # set to true if you're using a reverse proxy
INVALIDATE_TOKENS:
OVERRIDE_ARCHIVE: null
PUBLIC_BOT: "false"
PUBLISH_COMMANDS: "false"
Expand Down
1 change: 1 addition & 0 deletions scripts/preinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const env = {
HTTP_INTERNAL: '',
HTTP_PORT: 8169,
HTTP_TRUST_PROXY: false,
INVALIDATE_TOKENS: '',
NODE_ENV: 'production', // not bot-specific
OVERRIDE_ARCHIVE: '',
PUBLIC_BOT: false,
Expand Down

0 comments on commit 86e9378

Please sign in to comment.