CMVR-IOT-UI/.env.production

18 lines
509 B
Plaintext
Raw Permalink Normal View History

2025-08-21 14:11:58 +08:00
# 页面标题
2026-07-28 16:26:07 +08:00
VITE_APP_TITLE = 招商车研物联网平台管理系统
2025-08-21 14:11:58 +08:00
# 生产环境配置
VITE_APP_ENV = 'production'
# 招商车研物联网平台/生产环境
VITE_APP_BASE_API = '/prod-api'
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip
VITE_NODE_RED_URL = 'http://10.148.108.59:13080'
2026-05-29 13:54:45 +08:00
VITE_API_URL = http://192.168.28.10:13080
2026-06-05 14:50:29 +08:00
VITE_WS_URL = ws://192.168.0.201:13080/ws
2026-07-07 14:12:57 +08:00
VITE_INSPECTION_TYPE = "inspection"
2026-07-28 16:26:07 +08:00
VITE_MINIO_URL = "http://192.168.28.10:9000/cmvr-iot/"