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.
1 parent ff20d7e commit dbc3d32Copy full SHA for dbc3d32
src/config/constants.js
@@ -456,7 +456,7 @@ export const PROJECT_MAX_COLORS = 5
456
export const AUTOCOMPLETE_TRIGGER_LENGTH = 3
457
458
// Toggle this flag to enable/disable maintenance mode
459
-export const MAINTENANCE_MODE = process.env[`${process.env.ENV}_MAINTENANCE_MODE`]
+export const MAINTENANCE_MODE = process.env.MAINTENANCE_MODE
460
461
export const LS_INCOMPLETE_PROJECT = 'incompleteProject'
462
0 commit comments