9 lines
257 B
Plaintext
Raw Permalink Normal View History

2026-05-20 21:39:12 +08:00
# 应用名称
2026-05-21 09:08:59 +08:00
VITE_NAME = "GPU Guard 智能监控平台"
2026-05-20 21:39:12 +08:00
# 网络超时请求时间
VITE_TIMEOUT = 30000
# 生产环境 API 请求基础路径(请修改为你真实的生产环境后端地址)
VITE_API_BASE_URL = "https://agent.chezhuquanyi.com/api"