X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=server%2Fconfig%2Fparameters.js.dist;h=9ba76182264199d76591ff0e6f6c534d37d72c55;hb=937c24ab2871b31a7e531226603fc75acab7edb8;hp=264fac50efadddad3cfd821c4d6f0a186911749f;hpb=dac395887d96e2d642b209c6db6aaacc3ffacb34;p=vchess.git diff --git a/server/config/parameters.js.dist b/server/config/parameters.js.dist index 264fac50..9ba76182 100644 --- a/server/config/parameters.js.dist +++ b/server/config/parameters.js.dist @@ -1,5 +1,5 @@ -module.exports = -{ +module.exports = { + // For mail sending. NOTE: *no trailing slash* siteURL: "http://localhost:8080", @@ -31,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: [] + };