From e11956dfddbb1fb8986678222c218d3449e3e66a Mon Sep 17 00:00:00 2001 From: Isaac Date: Thu, 2 Feb 2023 20:45:36 +0000 Subject: [PATCH] remove comments --- scripts/preinstall.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/preinstall.js b/scripts/preinstall.js index 003bdf4..20261e5 100644 --- a/scripts/preinstall.js +++ b/scripts/preinstall.js @@ -13,13 +13,11 @@ const env = { DISCORD_SECRET: '', DISCORD_TOKEN: '', ENCRYPTION_KEY: randomBytes(24).toString('hex'), - // HOST_HEADER: 'x-forwarded-host', HTTP_EXTERNAL: 'http://127.0.0.1:8080', HTTP_HOST: '127.0.0.1', HTTP_PORT: 8080, HTTP_TRUST_PROXY: false, OVERRIDE_ARCHIVE: '', - // PROTOCOL_HEADER: 'x-forwarded-proto', PUBLIC_BOT: false, SETTINGS_HOST: '127.0.0.1', SETTINGS_PORT: 8169,