Update 'variants by theme' page
[vchess.git] / server / config / parameters.js.dist
index c190841..9ba7618 100644 (file)
@@ -1,4 +1,5 @@
 module.exports = {
+
   // For mail sending. NOTE: *no trailing slash*
   siteURL: "http://localhost:8080",
 
@@ -30,4 +31,8 @@ module.exports = {
     noreply: "some_noreply_email",
     contact: "some_contact_email",
   },
+
+  // IDs of users allowed to post news and edit any problem
+  devs: []
+
 };