项目初始化
This commit is contained in:
13
frontend/.env.production.example
Normal file
13
frontend/.env.production.example
Normal file
@@ -0,0 +1,13 @@
|
||||
# 生产环境配置
|
||||
|
||||
# 游戏服务端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
|
||||
Reference in New Issue
Block a user