qingdao_airport/.env.production
2025-06-05 11:51:44 +08:00

28 lines
532 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 生产环境配置
# 接口基础URL
VITE_API_BASE_URL=http://221.215.103.144:8090
# 环境标识
VITE_APP_ENV=production
# 接口超时时间(毫秒)
VITE_API_TIMEOUT=5000
# 上传文件大小限制MB
VITE_UPLOAD_SIZE_LIMIT=10
# 是否开启调试工具
VITE_ENABLE_DEVTOOLS=false
# 是否开启接口请求日志
VITE_ENABLE_API_LOG=false
# WebSocket服务地址
VITE_WEBSOCKET_URL=wss://ws.airport.com
# 静态资源CDN地址
VITE_CDN_URL=https://cdn.airport.com
# 是否启用Mock数据
VITE_USE_MOCK=false