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

@@ -6,12 +6,6 @@
exports.configFactory = function (options) {
return Object.assign(
{
port: 8080,
ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
language: "en",
timeFormat: 24,
units: "metric",
electronOptions: {
webPreferences: {
nodeIntegration: true,