.env.testing 656 B

123456789101112131415161718192021
  1. # 如需添加更多环境变量,请以 VITE_APP_ 开头声明
  2. # 在代码中使用 import.meta.env.VITE_APP_XXX 获取指定变量
  3. # 环境配置标识
  4. VITE_APP_ENV = 'testing'
  5. # api接口请求地址
  6. # 如未配置nginx代理,请删除 /apis
  7. VITE_APP_BASE_API = 'https://shdev.lamianchain.com/apis'
  8. # H5商城地址
  9. VITE_APP_H5_URL = 'https://h5dev.lamianchain.com'
  10. # 客服websocket接口请求地址,https对应wss,http对应ws
  11. VITE_APP_WS_IM_API = 'wss://imdev.lamianchain.com'
  12. # 静态资源文件url
  13. VITE_APP_RESOURCES_URL = 'https://imgdev.lamianchain.com/mall4j/'
  14. # 天地图key
  15. VITE_APP_MAP_KEY = '87f5950fbcec797e324cc82e8ba2c2aa'