Files
MHXY_Web/frontend/.env.production.example
2025-12-22 23:51:21 +08:00

14 lines
252 B
Plaintext
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.
# 生产环境配置
# 游戏服务端API配置使用Vite代理
VITE_GAME_API_URL=/game-api/tool/http
# 后端API基础URL
VITE_API_BASE_URL=/api
# 应用标题
VITE_APP_TITLE=梦幻西游Web管理系统
# 应用版本
VITE_APP_VERSION=1.0.0