.env.development 314 B

123456789101112
  1. # 本地环境
  2. ENV = 'development'
  3. # 本地环境接口地址
  4. VITE_API_URL = 'http://open.call.fengwo.com'
  5. # VITE_API_URL = 'http://192.168.100.22'
  6. # 多个baseUrl测试
  7. VITE_API_URL_TWO = 'http://localhost:9999/'
  8. VITE_API_URL_THREE = 'http://localhost:7777/'
  9. #socket API
  10. VITE_APP_SOCKET_API = '/hubs/callcenter'