config.js 277 B

123456789
  1. const host = location.hostname;
  2. const port = location.port;
  3. //const port = 8000
  4. window.Glod = {
  5. selfURL: "http://" + host + ":" + port + "/coinageWeb/#/",
  6. baseURLConfig: "http://" + host + ":8000/coinage/",
  7. WEBSOCKET_URL: "ws://" + location + ":8000/WebSocketServer/"
  8. };