.env.production 460 B

123456789101112131415161718
  1. ###
  2. # @Author: wyd
  3. # @Date: 2024-02
  4. # @LastEditors: JiangChunMei
  5. # @LastEditTime: 2024-11-19 09:47:55
  6. # @Description: 生产环境
  7. ###
  8. # 接口地址
  9. VITE_BASE_URL="http://111.15.171.130:48080/api"
  10. # 文件地址
  11. VITE_OSS_URL='http://111.15.171.130:48080'
  12. # 文件桶
  13. VITE_BARREL_URL="/smartpark/"
  14. # websocket地址
  15. VITE_SOCKET_URL='ws://111.15.171.130:48080/websocket?Authorization=Bearer%20'
  16. # 前端地址
  17. VITE_FRONT_URL='http://111.15.171.130:48080'