summaryrefslogtreecommitdiff
path: root/settings.json.template
diff options
context:
space:
mode:
authoryourcelf <cfd@media.mit.edu>2013-03-03 16:25:09 -0500
committeryourcelf <cfd@media.mit.edu>2013-03-03 16:25:09 -0500
commit44965f462b9120d373ddbe0454e279c0debed6ec (patch)
treeb88069303ba8cbab1e91ebe43732674fa7242ede /settings.json.template
parent71f10bff5b4e451dee97b962a7b29781b6d8ac8e (diff)
downloadetherpad-lite-44965f462b9120d373ddbe0454e279c0debed6ec.zip
Fix comma errors in settings.json.template
Diffstat (limited to 'settings.json.template')
-rw-r--r--settings.json.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings.json.template b/settings.json.template
index 359b1646..b3c65dc9 100644
--- a/settings.json.template
+++ b/settings.json.template
@@ -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 @@
}
}
}*/
- ] },
+ ] }
}