mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(config) disable online by default
This commit is contained in:
parent
63a0c1e806
commit
33828dd155
2 changed files with 2 additions and 2 deletions
2
HELP.md
2
HELP.md
|
|
@ -378,7 +378,7 @@ Here is description of options:
|
||||||
"zip" : true, /* zip text before send / unzip before save */
|
"zip" : true, /* zip text before send / unzip before save */
|
||||||
"buffer" : true, /* buffer for copying files */
|
"buffer" : true, /* buffer for copying files */
|
||||||
"dirStorage" : true, /* store directory listing */
|
"dirStorage" : true, /* store directory listing */
|
||||||
"online" : true, /* load js files from cdn or local path */
|
"online" : false, /* do not load js files from cdn */
|
||||||
"open" : true, /* open web browser when server started */
|
"open" : true, /* open web browser when server started */
|
||||||
"oneFilePanel" : false, /* show one file panel */
|
"oneFilePanel" : false, /* show one file panel */
|
||||||
"keysPanel" : true, /* show classic panel with buttons of keys */
|
"keysPanel" : true, /* show classic panel with buttons of keys */
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
"zip" : true,
|
"zip" : true,
|
||||||
"buffer": true,
|
"buffer": true,
|
||||||
"dirStorage": false,
|
"dirStorage": false,
|
||||||
"online": true,
|
"online": false,
|
||||||
"open": true,
|
"open": true,
|
||||||
"keysPanel": true,
|
"keysPanel": true,
|
||||||
"port": 8000,
|
"port": 8000,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue