docs(help) authorization -> authentication

This commit is contained in:
coderaiser 2013-12-23 11:11:10 +00:00
parent 8b6b725273
commit 77301c09ad

View file

@ -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 */