diff --git a/HELP.md b/HELP.md index f9d80603..cd1ccc7a 100644 --- a/HELP.md +++ b/HELP.md @@ -241,7 +241,6 @@ All main configuration could be done via `json/config.json`. "cache" : true, /* add cache-control */ "showKeysPanel" : true, /* show classic panel with buttons of keys */ "server" : true, /* server mode or testing mode */ - "socket" : true, /* enable web sockets */ "port" : 8000, /* http port */ "ip" : null, /* ip or null(default) */ } diff --git a/html/config.html b/html/config.html index 8130cce3..207e610d 100644 --- a/html/config.html +++ b/html/config.html @@ -13,6 +13,5 @@
  • -
  • diff --git a/json/config.json b/json/config.json index 2c8c3ccf..6559ea20 100644 --- a/json/config.json +++ b/json/config.json @@ -14,7 +14,6 @@ "cache": true, "showKeysPanel": true, "server": true, - "socket": true, "port": 8000, "ip": null }