Files
hzhub/hzhub-admin/apps/web-antd/.env

17 lines
602 B
Bash
Raw 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_TITLE=HZHub 汇智中台
# 应用命名空间用于缓存、store等功能的前缀确保隔离
VITE_APP_NAMESPACE=vben-web-antd
# 对store进行加密的密钥在将store持久化到localStorage时会使用该密钥进行加密
VITE_APP_STORE_SECURE_KEY=please-replace-me-with-your-own-key
# 后端 API 地址 - 运行时配置(无需重新构建镜像)
# 格式: host:port不要包含 http:// 前缀
# 示例:
# 本地后端: 127.0.0.1:6039
# 局域网后端: 192.168.1.100:6039
# Docker 网络后端: backend:6039
UPSTREAM_HOST=ruoyi-ai-backend:6039