diff --git a/HELP.md b/HELP.md index 1345310c..6b3e2aa0 100644 --- a/HELP.md +++ b/HELP.md @@ -212,18 +212,17 @@ All main configuration could be done via `json/config.json`. "zip" : true, /* zip text before send / unzip before save */ "notifications" : false, /* show notifications when tab is not active*/ "localStorage" : true, /* cache directory data */ - "minify" : true /* minification of js,css,html and img */ + "minify" : true, /* minification of js,css,html and img */ "online" : true, /* load js files from cdn or local path */ "cache" : true, /* add cache-control */ "logs" : false, /* logs or console ouput */ "showKeysPanel" : true, /* show classic panel with buttons of keys */ "server" : true, /* server mode or testing mode */ - "socket" : true /* enable web sockets */ + "socket" : true, /* enable web sockets */ "port" : 8000, /* http port */ "sslPort" : 443, /* https port */ "ip" : null, /* ip or null(default) */ "ssl" : false /* should use https? */ - "rest" : true /* enable rest interface */ } ``` diff --git a/json/config.json b/json/config.json index 1d4a4e5c..58c3fdf2 100644 --- a/json/config.json +++ b/json/config.json @@ -18,6 +18,5 @@ "port": 8000, "sslPort": 4430, "ip": null, - "ssl": false, - "rest": true + "ssl": false }