forked from bitlair/ansible
etherpad: New version
This commit is contained in:
parent
19d95cb352
commit
fc5913d56b
7 changed files with 32 additions and 15 deletions
|
@ -1,4 +1,4 @@
|
|||
// Managed by Ansible
|
||||
// {{ ansible_managed }}
|
||||
|
||||
{
|
||||
"title": "Bitlair Etherpad",
|
||||
|
@ -61,7 +61,7 @@
|
|||
"suppressErrorsInPadText": false,
|
||||
"requireSession": false,
|
||||
"editOnly": false,
|
||||
"minify": true,
|
||||
"minify": false,
|
||||
"maxAge": 21600, // 60 * 60 * 6 = 6 hours
|
||||
"abiword": null,
|
||||
"soffice": null,
|
||||
|
@ -85,8 +85,7 @@
|
|||
"percentageToScrollWhenUserPressesArrowUp": 0
|
||||
},
|
||||
|
||||
|
||||
"socketTransportProtocols" : ["xhr-polling", "jsonp-polling", "htmlfile"],
|
||||
"socketTransportProtocols" : ["websocket", "polling"],
|
||||
"socketIo": {
|
||||
"maxHttpBufferSize": 10000
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue