.env.production 203 B

123456789
  1. # just a flag
  2. ENV = 'production'
  3. # base api
  4. # VUE_APP_BASE_API = 'https://api.hxxfb.com'
  5. VUE_APP_BASE_API = 'http://testapi.hxxfb.com'
  6. # socket 连接地址
  7. VUE_APP_WS_URL = 'wss://123.56.214.150:8324'