X-Git-Url: https://git.auder.net/js/rpsls.js?a=blobdiff_plain;f=server%2Fconfig%2Fparameters.js.dist;h=9ba76182264199d76591ff0e6f6c534d37d72c55;hb=937c24ab2871b31a7e531226603fc75acab7edb8;hp=c19084111ccd0d70227e8494b9af213e7416e766;hpb=0234201fb338fc239d6f613c677fa932c7c3697c;p=vchess.git diff --git a/server/config/parameters.js.dist b/server/config/parameters.js.dist index c1908411..9ba76182 100644 --- a/server/config/parameters.js.dist +++ b/server/config/parameters.js.dist @@ -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: [] + };