Fix db url and turn off dev mode
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
const EnvirementVariables = {
|
||||
// node envirements
|
||||
// isDev: process.env.NODE_ENV === 'development',
|
||||
isDev: true,
|
||||
isDev: process.env.NODE_ENV === 'development',
|
||||
// isDev: true,
|
||||
isProduction: process.env.NODE_ENV === 'production',
|
||||
|
||||
// server ports
|
||||
|
||||
Reference in New Issue
Block a user