Skip to content
Snippets Groups Projects
Commit 08186443 authored by Andrew Newdigate's avatar Andrew Newdigate
Browse files

Feature: environment override for @omame

parent 036d0348
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -34,7 +34,7 @@ exports.create = function(configDirectory) {
nconf.events = new EventEmitter();
 
nconf.argv()
.env();
.env('__');
 
nconf.add('envUser', { type: 'file', file: path.join(configDir, 'config.' + nodeEnv + '.user-overrides.json') });
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment