summaryrefslogtreecommitdiff
path: root/settings.json.template_windows
diff options
context:
space:
mode:
authorEgil Moeller <egil.moller@freecode.no>2012-03-14 18:50:13 +0100
committerEgil Moeller <egil.moller@freecode.no>2012-03-14 18:50:13 +0100
commitdbdc53307e6b5a2b64910a4e68149bc17b30be43 (patch)
treed697c3f2db63f1ca3aac25bfc065333e46594eeb /settings.json.template_windows
parenta5366a0a161cf1ecfc8e9beb1da8d322402628f1 (diff)
downloadetherpad-lite-dbdc53307e6b5a2b64910a4e68149bc17b30be43.zip
Bugfix to not have server required anywhere as it causes problems for command line script usage of modules
Diffstat (limited to 'settings.json.template_windows')
-rw-r--r--settings.json.template_windows6
1 files changed, 5 insertions, 1 deletions
diff --git a/settings.json.template_windows b/settings.json.template_windows
index da661fca..35b54d8d 100644
--- a/settings.json.template_windows
+++ b/settings.json.template_windows
@@ -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
+
}