mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-01 04:39:12 -04:00
allow for load testing connections to hit by a setting
This commit is contained in:
parent
e39b442840
commit
ec6a2b5ba9
3 changed files with 14 additions and 2 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue