Remove uncommon settings

This commit is contained in:
Alex Yatskov 2020-01-05 16:46:36 -08:00
parent 98566ca8ba
commit 4ec3a1ff61

View File

@ -1,11 +1,7 @@
{ {
"apiKey": null, "apiKey": null,
"apiLogPath": null, "apiLogPath": null,
"apiPollInterval": 25,
"apiVersion": 6,
"webBacklog": 5,
"webBindAddress": "127.0.0.1", "webBindAddress": "127.0.0.1",
"webBindPort": 8765, "webBindPort": 8765,
"webCorsOrigin": "http://localhost", "webCorsOrigin": "http://localhost"
"webTimeout": 10000
} }