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

@ -40,5 +40,9 @@
/* This is the path to the Abiword executable. Setting it to null, disables abiword.
Abiword is needed to enable the import/export of pads*/
"abiword" : null
"abiword" : null,
/* cache 6 hours = 1000*60*60*6 */
"maxAge": 21600000
}