diff --git a/plugin/config.json b/plugin/config.json index 68149f1..e995d16 100644 --- a/plugin/config.json +++ b/plugin/config.json @@ -1,11 +1,7 @@ { "apiKey": null, "apiLogPath": null, - "apiPollInterval": 25, - "apiVersion": 6, - "webBacklog": 5, "webBindAddress": "127.0.0.1", "webBindPort": 8765, - "webCorsOrigin": "http://localhost", - "webTimeout": 10000 + "webCorsOrigin": "http://localhost" }