mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(config) rm rest
This commit is contained in:
parent
01b5fd0be0
commit
9acfeb2506
2 changed files with 3 additions and 5 deletions
5
HELP.md
5
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 */
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -18,6 +18,5 @@
|
|||
"port": 8000,
|
||||
"sslPort": 4430,
|
||||
"ip": null,
|
||||
"ssl": false,
|
||||
"rest": true
|
||||
"ssl": false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue