mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(config) rm server
This commit is contained in:
parent
9894205208
commit
7b60c347af
2 changed files with 0 additions and 2 deletions
1
HELP.md
1
HELP.md
|
|
@ -209,7 +209,6 @@ Here is description of options:
|
|||
"online" : true, /* load js files from cdn or local path */
|
||||
"cache" : true, /* add cache-control */
|
||||
"showKeysPanel" : true, /* show classic panel with buttons of keys */
|
||||
"server" : true, /* server mode or testing mode */
|
||||
"port" : 8000, /* http port */
|
||||
"ip" : null, /* ip or null(default) */
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@
|
|||
"online": true,
|
||||
"cache": true,
|
||||
"showKeysPanel": true,
|
||||
"server": true,
|
||||
"port": 8000,
|
||||
"ip": null
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue