###
|
# @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/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'
|