.env.development 151 B

12345678910
  1. # just a flag
  2. ENV = 'development'
  3. VUE_APP_BASE_WEBSOCKET = 'ws://183.131.25.186:9506'
  4. # base api
  5. VUE_APP_BASE_API = 'http://183.131.25.186:9501'
  6. '