diff --git a/config.js b/config.js index f9a91e881..66d442194 100644 --- a/config.js +++ b/config.js @@ -15,6 +15,9 @@ function Config (root_path) { } return cfg; }; + if (process.env.HARAKA) { + this.overrides_path = path.join(__dirname, 'config'); + } } Config.prototype.get = function(name, type, cb, options) {