3 // URL of your socket server
4 socketUrl: "ws://localhost:3000",
6 // URL of the server (leave blank for 1-server case)
7 serverUrl: "http://localhost:3000",
9 // true if the server is at a different address
12 // "include" if the server is at a different address
13 credentials: "same-origin"
16 export default Parameters;