.env.production 261 B

1234567891011
  1. # 线上环境
  2. ENV = 'production'
  3. # 线上环境接口地址
  4. VITE_API_URL = 'http://open.call.fengwo.com'
  5. # 多个baseUrl测试
  6. VITE_API_URL_TWO = 'http://localhost:9999'
  7. VITE_API_URL_THREE = 'http://localhost:7777'
  8. #socket API
  9. VITE_APP_SOCKET_API = '/msghub'