mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
Merge pull request #1578 from yourcelf/patch-2
Fix comma errors in settings.json.template
This commit is contained in:
commit
2b62e9a211
1 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@
|
|||
*/
|
||||
|
||||
// restrict socket.io transport methods
|
||||
"socketTransportProtocols" : ["xhr-polling", "jsonp-polling", "htmlfile"]
|
||||
"socketTransportProtocols" : ["xhr-polling", "jsonp-polling", "htmlfile"],
|
||||
|
||||
/* The log level we are using, can be: DEBUG, INFO, WARN, ERROR */
|
||||
"loglevel": "INFO",
|
||||
|
@ -139,5 +139,5 @@
|
|||
}
|
||||
}
|
||||
}*/
|
||||
] },
|
||||
] }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue