feat(config): 添加生产环境配置文件
- 配置生产环境服务器地址 175.178.252.59 - 设置后端 API 地址为 http://175.178.252.59:8082/api - 配置 PingPong 模式为 sandbox - 添加生产环境相关环境变量
This commit is contained in:
7
.env.production
Normal file
7
.env.production
Normal 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
|
||||
Reference in New Issue
Block a user