mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-04 09:21:25 +03:00
feat: add HTTP_INTERNAL
env variable
This commit is contained in:
@@ -20,6 +20,7 @@ const env = {
|
||||
ENCRYPTION_KEY: randomBytes(24).toString('hex'),
|
||||
HTTP_EXTERNAL: 'http://127.0.0.1:8169',
|
||||
HTTP_HOST: '0.0.0.0',
|
||||
HTTP_INTERNAL: '',
|
||||
HTTP_PORT: 8169,
|
||||
HTTP_TRUST_PROXY: false,
|
||||
NODE_ENV: 'production', // not bot-specific
|
||||
@@ -37,4 +38,4 @@ if (!process.env.ENCRYPTION_KEY && !fs.existsSync('./.env')) {
|
||||
log(short('&r&0&!e WARNING &r &e&lkeep your environment variables safe, don\'t lose your encryption key or you will lose data'));
|
||||
} else {
|
||||
log('nothing to do');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user