X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fparameters.js.dist;h=b7f0899b5f20c50d8db51ecae3784d298d217e9d;hp=e96535b0a99102d55140ea7837785b1ed6fe61ba;hb=a9e7935190d8fc112e674add05e86b8d0152e8df;hpb=f0c68a04e31bb6a4b2f8b94a532ef3ca2eebbe3e diff --git a/client/src/parameters.js.dist b/client/src/parameters.js.dist index e96535b0..b7f0899b 100644 --- a/client/src/parameters.js.dist +++ b/client/src/parameters.js.dist @@ -6,11 +6,11 @@ const Parameters = // URL of the server (leave blank for 1-server case) serverUrl: "http://localhost:3000", - // true if the server is at a different address - cors: true, - // "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;