GameServerManager/client/.env.example
2025-07-08 19:11:20 +08:00

13 lines
No EOL
481 B
Text
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_SERVER_PORT=3001
# 前端开发服务端口(仅开发环境使用)
VITE_CLIENT_PORT=5173
# 说明:
# 1. VITE_SERVER_PORT 用于配置前端连接的后端服务端口
# 2. VITE_CLIENT_PORT 用于配置前端开发服务器端口
# 3. 生产环境部署时,前端会自动根据当前页面地址和 VITE_SERVER_PORT 连接后端
# 4. 开发环境时Vite 会使用代理转发请求到后端服务