CMVR-IOT-UI/.env.production

18 lines
433 B
Plaintext
Raw Normal View History

2025-08-21 14:11:58 +08:00
# 页面标题
2025-11-20 16:44:51 +08:00
VITE_APP_TITLE = 智能座舱测评AI机器人
2025-08-21 14:11:58 +08:00
# 生产环境配置
VITE_APP_ENV = 'production'
# 招商车研物联网平台/生产环境
VITE_APP_BASE_API = '/prod-api'
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip
#node-red 服务地址
VITE_NODE_RED_URL = 'http://10.148.108.59:13080'
2025-11-25 15:56:18 +08:00
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