add the ability to set global password with http basic auth

This commit is contained in:
Alexandre Girard 2011-12-01 16:44:51 +01:00
parent 1a7b55523e
commit 71fee11656
3 changed files with 32 additions and 0 deletions

View file

@ -45,4 +45,8 @@
/* The log level we are using, can be: DEBUG, INFO, WARN, ERROR */
"loglevel": "INFO"
/* This setting is used if you need http basic auth */
// "httpAuth" : "user:pass"
}