summaryrefslogtreecommitdiffstats
path: root/roles/pad/templates/settings.json
diff options
context:
space:
mode:
Diffstat (limited to 'roles/pad/templates/settings.json')
-rw-r--r--roles/pad/templates/settings.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/roles/pad/templates/settings.json b/roles/pad/templates/settings.json
index 08b46dc..f81d232 100644
--- a/roles/pad/templates/settings.json
+++ b/roles/pad/templates/settings.json
@@ -1,4 +1,6 @@
/*
+ * {{ ansible_managed }}
+ *
* This file must be valid JSON. But comments are allowed
*
* Please edit settings.json, not settings.json.template
@@ -281,7 +283,7 @@
* Pad creation is only via the API.
* This applies both to group pads and regular pads.
*/
- "editOnly": true,
+ "editOnly": {{ not etherpad_load_test }},
/*
* If true, all css & js will be minified before sending to the client.
@@ -528,7 +530,7 @@
*
* WARNING: this will disable security on the instance.
*/
- "loadTest": false,
+ "loadTest": {{ etherpad_load_test }},
/**
* Disable dump of objects preventing a clean exit