update module newsfeed

This commit is contained in:
Karsten Hassel
2021-09-26 00:06:06 +02:00
parent e0906f3462
commit d831315e20
5 changed files with 81 additions and 73 deletions

View File

@@ -2,8 +2,12 @@
*
* MIT Licensed.
*/
let config = require(process.cwd() + "/tests/configs/default.js").configFactory({
let config = {
port: 8080,
ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
language: "en",
timeFormat: 12,
units: "metric",
modules: [
{
@@ -21,7 +25,7 @@ let config = require(process.cwd() + "/tests/configs/default.js").configFactory(
}
}
]
});
};
/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {