update modules alert and compliments

This commit is contained in:
Karsten Hassel
2021-09-25 23:37:37 +02:00
parent 89e803ee42
commit 0183d7a080
11 changed files with 141 additions and 152 deletions

View File

@@ -3,7 +3,13 @@
* By rejas
* 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: 24,
units: "metric",
modules: [
{
module: "alert",
@@ -13,7 +19,7 @@ let config = require(process.cwd() + "/tests/configs/default.js").configFactory(
}
}
]
});
};
/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {