feat(config): 添加生产环境配置文件

- 配置生产环境服务器地址 175.178.252.59
- 设置后端 API 地址为 http://175.178.252.59:8082/api
- 配置 PingPong 模式为 sandbox
- 添加生产环境相关环境变量
This commit is contained in:
2025-12-26 10:27:09 +08:00
parent 3bdb2ff5f3
commit 3662ee072b

7
.env.production Normal file
View File

@@ -0,0 +1,7 @@
# 鐢熶骇鐜閰嶇疆
# 鏈嶅姟鍣ㄥ湴鍧€: 175.178.252.59
# 鍚庣API鍦板潃
VITE_API_BASE_URL=http://175.178.252.59:8082/api
# PingPong妯″紡锛坰andbox/production锛塦nVITE_PINGPONG_MODE=sandbox