mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
docs(help) authorization -> authentication
This commit is contained in:
parent
8b6b725273
commit
77301c09ad
1 changed files with 3 additions and 3 deletions
6
HELP.md
6
HELP.md
|
|
@ -160,9 +160,9 @@ All main configuration could be done via [config.json](json/config.json "Config"
|
|||
|
||||
```js
|
||||
{
|
||||
"auth" : false, /* enable http authorization */
|
||||
"username" : "root", /* username for authorization */
|
||||
"password" : "toor", /* password hash in sha-1 for authorization */
|
||||
"auth" : false, /* enable http authentication */
|
||||
"username" : "root", /* username for authentication */
|
||||
"password" : "toor", /* password hash in sha-1 for authentication*/
|
||||
"apiURL" :"/api/v1",
|
||||
"appCache" : false, /* cache files for offline use */
|
||||
"analytics" : true, /* google analytics suport */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue