We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a870cd commit ba25048Copy full SHA for ba25048
server/src/services/config.js
@@ -7,6 +7,9 @@ const { log, HELPERS } = require('@rm/logger')
7
const checkConfigJsons = require('./functions/checkConfigJsons')
8
const { loadCachedAreas } = require('./areas')
9
10
+if (process.env.NODE_CONFIG_ENV) {
11
+ log.info(HELPERS.config, `Using config for ${process.env.NODE_CONFIG_ENV}`)
12
+}
13
const allowedMenuItems = [
14
'gyms',
15
'nests',
0 commit comments