mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-01 16:31:25 +03:00
Fix env
`PUBLIC` is a path to the Public user dir on Windows, and !! does not convert a string to a boolean as expected
This commit is contained in:
@@ -10,7 +10,7 @@ const env = {
|
||||
HTTP_BIND: 8080,
|
||||
HTTP_EXTERNAL: 'http://localhost:8080',
|
||||
PORTAL: '',
|
||||
PUBLIC: false,
|
||||
PUBLIC_BOT: false,
|
||||
SUPER: '319467558166069248',
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user