config.js 77 B

123456
  1. window.config = {
  2. webSocket: {
  3. url: "localhost",
  4. port: "8084"
  5. }
  6. }