mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 04:13:08 +02:00
remove comments
This commit is contained in:
parent
9fc1130c4c
commit
e11956dfdd
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user