Skip to content

Commit

Permalink
Change settings for etherpad to work on sandstorm
Browse files Browse the repository at this point in the history
jparyani authored and kentonv committed Mar 4, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ab1c7af commit 162c607
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions settings.json.template
Original file line number Diff line number Diff line change
@@ -137,7 +137,7 @@
*/

// restrict socket.io transport methods
"socketTransportProtocols" : ["xhr-polling", "jsonp-polling", "htmlfile"],
"socketTransportProtocols" : ["websocket"],

// Allow Load Testing tools to hit the Etherpad Instance. Warning this will disable security on the instance.
"loadTest": false,
@@ -146,8 +146,8 @@
/*
"indentationOnNewLine": false,
*/

/* The toolbar buttons configuration.
// The toolbar buttons configuration.
"toolbar": {
"left": [
["bold", "italic", "underline", "strikethrough"],
@@ -157,14 +157,13 @@
],
"right": [
["importexport", "timeslider", "savedrevision"],
["settings", "embed"],
["settings"],
["showusers"]
],
"timeslider": [
["timeslider_export", "timeslider_returnToPad"]
]
},
*/

/* The log level we are using, can be: DEBUG, INFO, WARN, ERROR */
"loglevel": "INFO",

0 comments on commit 162c607

Please sign in to comment.