GuLiMmo
2024-08-27 1728006c7507dc973e684e0b03040304fa05e08a
env/.env.production
@@ -1,6 +1,15 @@
###
 # @Author: GuLiMmo 2820890765@qq.com
 # @Date: 2024-04-24 14:29:01
 # @LastEditors: GuLiMmo 2820890765@qq.com
 # @LastEditTime: 2024-08-27 14:44:24
 # @FilePath: /drone-web/env/.env.production
 # @Description:
 # Copyright (c) 2024 by GuLiMmo, All Rights Reserved.
###
VITE_APP_ENVIRONMENT=PROD
VITE_APP_APIGATEWAY_BACKEND_HOST=''
VITE_API_URL = 'https://wrj.shuixiongit.com/drone-api'
VITE_MEDIAPANEL_API_URL = 'https://dev.jxpskj.com:8026/cloud-bucket'
VITE_WS_API_URL = 'wss://wrj.shuixiongit.com/drone-api/api/v1/ws'
VITE_BASE_API = '/drone-api'
VITE_API_URL = 'https://wrj.shuixiongit.com/api'
VITE_MEDIAPANEL_API_URL = 'https://wrj.shuixiongit.com/minio/cloud-bucket'
VITE_WS_API_URL = 'wss://wrj.shuixiongit.com/drone-wss/api/v1/ws'
VITE_BASE_API = '/api'