Files
front/.env.development
2026-08-24 22:02:55 +08:00

30 lines
742 B
Plaintext
Raw Permalink 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.
# 开发配置文件
# 应用工作空间名称
VITE_APP_WORKSPACE=ops
# 应用标题
VITE_APP_TITLE=标准管理系统
VITE_APP_DESCRIPTION="default standard template"
VITE_USE_MOCK=false
# 开发环境通过 Vite 同源代理访问 API避免浏览器跨域
VITE_API_BASE_URL=/api
VITE_API_PROXY_TARGET=https://ops-api.apinb.com
# 海康 WebSDK 开发代理(按实际摄像头/NVR 地址填写,不要提交账号密码)
VITE_HIKVISION_PROXY_TARGET=http://192.168.1.101:80
VITE_HIKVISION_WS_PROXY_TARGET=
# Logs 本地调试地址(仅 logs 模块使用)
VITE_LOGS_API_BASE_URL=http://127.0.0.1:12440
# 应用版本
VITE_APP_VERSION=1.0.0
# 是否启用调试模式
VITE_DEBUG=true
# 主题配置
VITE_DEFAULT_LANGUAGE=cn