diff --git a/HELP.md b/HELP.md index 6a681997..21000722 100644 --- a/HELP.md +++ b/HELP.md @@ -160,6 +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 */ "apiURL" :"/api/v1", "appCache" : false, /* cache files for offline use */ "analytics" : true, /* google analytics suport */ diff --git a/html/config.html b/html/config.html index 14c9f056..e1f13572 100644 --- a/html/config.html +++ b/html/config.html @@ -1,5 +1,8 @@