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 @@ } } }*/ - ] }, + ] } }