remove default values from test configs

This commit is contained in:
Karsten Hassel
2021-09-29 21:02:52 +02:00
committed by karsten13
parent c67320f185
commit 997aec8cc2
25 changed files with 1 additions and 112 deletions

View File

@@ -4,10 +4,8 @@
* MIT Licensed.
*/
let config = {
port: 8080,
ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.10.1"],
language: "en",
timeFormat: 24,
units: "metric"
};