We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 813f218 + dbc3d32 commit 1a1341eCopy full SHA for 1a1341e
src/config/constants.js
@@ -496,7 +496,7 @@ export const PROJECT_MAX_COLORS = 5
496
export const AUTOCOMPLETE_TRIGGER_LENGTH = 3
497
498
// Toggle this flag to enable/disable maintenance mode
499
-export const MAINTENANCE_MODE = process.env[`${process.env.ENV}_MAINTENANCE_MODE`]
+export const MAINTENANCE_MODE = process.env.MAINTENANCE_MODE
500
501
export const LS_INCOMPLETE_PROJECT = 'incompleteProject'
502
0 commit comments