X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fparameters.js.dist;h=b7f0899b5f20c50d8db51ecae3784d298d217e9d;hp=2e47407e6960dbb65dee54756867d4f64069d23c;hb=a9e7935190d8fc112e674add05e86b8d0152e8df;hpb=5f918a278904266a2a66a3c8e2a3655f37c2d2a7 diff --git a/client/src/parameters.js.dist b/client/src/parameters.js.dist index 2e47407e..b7f0899b 100644 --- a/client/src/parameters.js.dist +++ b/client/src/parameters.js.dist @@ -7,7 +7,10 @@ const Parameters = serverUrl: "http://localhost:3000", // "include" if the server is at a different address - credentials: "same-origin" + credentials: "same-origin", + + // IDs of users allowed to post news and edit any problem + devs: [] }; export default Parameters;