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 d7ca873 commit 95839aaCopy full SHA for 95839aa
core/config.js
@@ -10,5 +10,6 @@ if (process.env.CONFIG_FILE) {
10
log.info(`process.env.CONFIG_FILE value: ` +process.env.CONFIG_FILE)
11
}
12
log.info(`use config file ${CONFIG_PATH}`)
13
+log.info(`use env ${env}`)
14
config = _.get(require(CONFIG_PATH), env);
15
module.exports = config;
package.json
@@ -67,9 +67,9 @@
67
"redis": "^2.6.2",
68
"request": "^2.72.0",
69
"sequelize": "^3.24.5",
70
- "serve-favicon": "~2.3.0",
+ "serve-favicon": "^2.4.0",
71
"slash": "^1.0.0",
72
- "validator": "^6.1.0",
+ "validator": "^7.0.0",
73
"yargs": "^6.2.0",
74
"yazl": "^2.3.0"
75
},
0 commit comments