summaryrefslogtreecommitdiff
path: root/settings.json.template
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2015-02-16 23:02:19 +0000
committerJohn McLear <john@mclear.co.uk>2015-02-16 23:02:19 +0000
commitec6a2b5ba906565124b8cfc4eaffe1a08bb06d18 (patch)
tree9bbd884c283abd0b12ee9ecdb798bf3011555366 /settings.json.template
parente39b4428405d186796c56bb0fd18785bec0b5628 (diff)
downloadetherpad-lite-ec6a2b5ba906565124b8cfc4eaffe1a08bb06d18.zip
allow for load testing connections to hit by a setting
Diffstat (limited to 'settings.json.template')
-rw-r--r--settings.json.template3
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.json.template b/settings.json.template
index 3f84af9b..124345e2 100644
--- a/settings.json.template
+++ b/settings.json.template
@@ -108,6 +108,9 @@
// restrict socket.io transport methods
"socketTransportProtocols" : ["xhr-polling", "jsonp-polling", "htmlfile"],
+
+ // Allow Load Testing tools to hit the Etherpad Instance. Warning this will disable security on the instance.
+ "loadTest": false,
/* The toolbar buttons configuration.
"toolbar": {