Fix comma errors in settings.json.template

This commit is contained in:
yourcelf 2013-03-03 16:25:09 -05:00
parent 71f10bff5b
commit 44965f462b
1 changed files with 2 additions and 2 deletions

View File

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