mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(config) change default options: zip, diff
This commit is contained in:
parent
f00563fa76
commit
3843245bbb
2 changed files with 4 additions and 4 deletions
4
HELP.md
4
HELP.md
|
|
@ -173,8 +173,8 @@ All main configuration could be done via `json/config.json`.
|
|||
"apiURL" :"/api/v1",
|
||||
"appCache" : false, /* cache files for offline use */
|
||||
"analytics" : true, /* google analytics support */
|
||||
"diff" : false, /* when save - send patch, not whole file */
|
||||
"zip" : false, /* zip text before send / unzip before save */
|
||||
"diff" : true, /* when save - send patch, not whole file */
|
||||
"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 */
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
"apiURL": "/api/v1",
|
||||
"appСache": false,
|
||||
"analytics": true,
|
||||
"diff": false,
|
||||
"zip" : false,
|
||||
"diff": true,
|
||||
"zip" : true,
|
||||
"notifications": false,
|
||||
"localStorage": true,
|
||||
"minify": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue