`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:
Isaac
2022-09-05 12:52:26 +01:00
parent 34a4e071b5
commit b1965909e6
3 changed files with 4 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ const env = {
HTTP_BIND: 8080,
HTTP_EXTERNAL: 'http://localhost:8080',
PORTAL: '',
PUBLIC: false,
PUBLIC_BOT: false,
SUPER: '319467558166069248',
};