Update TODO + cosmetics
[vchess.git] / server / config / parameters.js.dist
index c0640cd..9ba7618 100644 (file)
@@ -1,4 +1,5 @@
 module.exports = {
+
   // For mail sending. NOTE: *no trailing slash*
   siteURL: "http://localhost:8080",
 
@@ -33,4 +34,5 @@ module.exports = {
 
   // IDs of users allowed to post news and edit any problem
   devs: []
+
 };