Fix pronlems edit by admins
[vchess.git] / server / config / parameters.js.dist
index 264fac5..c0640cd 100644 (file)
@@ -1,5 +1,4 @@
-module.exports =
-{
+module.exports = {
   // For mail sending. NOTE: *no trailing slash*
   siteURL: "http://localhost:8080",
 
@@ -31,4 +30,7 @@ module.exports =
     noreply: "some_noreply_email",
     contact: "some_contact_email",
   },
+
+  // IDs of users allowed to post news and edit any problem
+  devs: []
 };