standardize loading of server configuration
This commit is contained in:
@@ -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
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user