mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
docs(help) add " "
This commit is contained in:
parent
e304d43cd4
commit
6834a9cd03
1 changed files with 1 additions and 1 deletions
2
HELP.md
2
HELP.md
|
|
@ -170,7 +170,7 @@ All main configuration could be done via `json/config.json`.
|
|||
"auth" : false, /* enable http authentication */
|
||||
"username" : "root", /* username for authentication */
|
||||
"password" : "toor", /* password hash in sha-1 for authentication*/
|
||||
"apiURL" :"/api/v1",
|
||||
"apiURL" : "/api/v1",
|
||||
"appCache" : false, /* cache files for offline use */
|
||||
"analytics" : true, /* google analytics support */
|
||||
"diff" : true, /* when save - send patch, not whole file */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue