Update settings.json.template

This commit is contained in:
John McLear 2013-01-24 22:39:32 +00:00
parent 568b641ee9
commit 82e681fb14
1 changed files with 1 additions and 1 deletions

View File

@ -101,5 +101,5 @@
"loglevel": "INFO",
// restrict socket.io transport methods
"socketTransportProtocols" : ['xhr-polling', 'jsonp-polling', 'htmlfile']
"socketTransportProtocols" : ["xhr-polling", "jsonp-polling", "htmlfile"]
}