mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-04 09:21:25 +03:00
Settings reverse proxy (doesn't work)
This commit is contained in:
@@ -1 +1 @@
|
||||
module.exports.domain = process.env.API_EXTERNAL.match(/http(s?):\/\/(?<domain>[a-zA-Z0-9\-_.]+)(:\d+)?/).groups.domain;
|
||||
module.exports.domain = process.env.HTTP_EXTERNAL.match(/http(s?):\/\/(?<domain>[a-zA-Z0-9\-_.]+)(:\d+)?/).groups.domain;
|
@@ -10,6 +10,7 @@ const colours = {
|
||||
info: ['&3', '&b'],
|
||||
notice: ['&!6&0', '&!6&0'],
|
||||
success: ['&2', '&a'],
|
||||
verbose: ['&7', '&f'],
|
||||
warn: ['&6', '&e'],
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user