Merge pull request #1578 from yourcelf/patch-2

Fix comma errors in settings.json.template
This commit is contained in:
Marcel Klehr 2013-03-03 13:34:18 -08:00
commit 2b62e9a211
1 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@
*/ */
// restrict socket.io transport methods // 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 */ /* The log level we are using, can be: DEBUG, INFO, WARN, ERROR */
"loglevel": "INFO", "loglevel": "INFO",
@ -139,5 +139,5 @@
} }
} }
}*/ }*/
] }, ] }
} }