CMVR-IOT-UI/.env.development

15 lines
389 B
Plaintext
Raw Normal View History

2026-07-28 16:26:07 +08:00
# 页面标题
VITE_APP_TITLE = 招商车研物联网平台管理系统
# 开发环境配置
VITE_APP_ENV = 'development'
# 招商车研物联网平台/开发环境
VITE_APP_BASE_API = '/dev-api'
2026-07-30 10:27:27 +08:00
VITE_API_URL = http://192.168.0.222:13080
VITE_WS_URL = ws://192.168.0.222:13080/ws
2026-07-28 16:26:07 +08:00
VITE_PORT = 80
VITE_INSPECTION_TYPE = "inspection"
VITE_MINIO_URL = "http://192.168.28.10:9000/cmvr-iot/"