Bugfix to not have server required anywhere as it causes problems for command line script usage of modules

This commit is contained in:
Egil Moeller 2012-03-14 18:50:13 +01:00
parent a5366a0a16
commit dbdc53307e
5 changed files with 12 additions and 10 deletions

View file

@ -51,5 +51,8 @@
// "httpAuth" : "user:pass",
/* The log level we are using, can be: DEBUG, INFO, WARN, ERROR */
"loglevel": "INFO"
"loglevel": "INFO",
/* cache 6 hours = 1000*60*60*6 */
"maxAge": 21600000
}