.env.sandbox 403 B

123456789101112131415
  1. ###
  2. # @page: 测试环境
  3. # @Author: wyd
  4. # @LastEditors: JiangChunMei
  5. ###
  6. # 接口地址
  7. VITE_BASE_URL="http://sandbox.hqhuitong.com/api"
  8. # 文件地址
  9. VITE_OSS_URL='http://sandbox.hqhuitong.com'
  10. # 文件桶
  11. VITE_BARREL_URL="/smartparkdev/"
  12. # websocket地址
  13. VITE_SOCKET_URL='ws://sandbox.hqhuitong.com/websocket?Authorization=Bearer%20'
  14. # 前端地址
  15. VITE_FRONT_URL='http://sandbox.hqhuitong.com'