update module clock_es

This commit is contained in:
Karsten Hassel
2021-09-26 22:09:41 +02:00
parent a4a8504558
commit f750436b64
6 changed files with 92 additions and 94 deletions

View File

@@ -4,9 +4,12 @@
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
* 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: "es",
timeFormat: 12,
units: "metric",
modules: [
{
@@ -17,7 +20,7 @@ let config = require(process.cwd() + "/tests/configs/default.js").configFactory(
}
}
]
});
};
/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {