when no password is set, dont allow access to admin page

This commit is contained in:
Matthias Bartelmeß 2012-04-03 14:17:19 +02:00
parent c7e3656df3
commit 396b586dbd
2 changed files with 17 additions and 9 deletions

View file

@ -50,8 +50,8 @@
/* This setting is used if you need http basic auth */
// "httpAuth" : "user:pass",
/* This setting is used for http basic auth for admin pages */
"adminHttpAuth" : "user:pass",
/* This setting is used for http basic auth for admin pages. If not set, the admin page won't be accessible from web*/
// "adminHttpAuth" : "user:pass",
/* The log level we are using, can be: DEBUG, INFO, WARN, ERROR */
"loglevel": "INFO",