standardize loading of server configuration

This commit is contained in:
ansuz
2019-04-17 13:48:39 +02:00
parent 670040ae68
commit d5a9eacef0
8 changed files with 18 additions and 28 deletions

View File

@@ -106,6 +106,6 @@ if (!module.parent) {
console.log(x + ' ' + JSON.stringify(data[x]));
});
}, {
pinPath: require("../config/config").pinPath
pinPath: require("../lib/load-config").pinPath
});
}