From 3662ee072b01ba977b5bc25f061b9dd0b4043767 Mon Sep 17 00:00:00 2001 From: qiube <18969599531@163.com> Date: Fri, 26 Dec 2025 10:27:09 +0800 Subject: [PATCH] =?UTF-8?q?feat(config):=20=E6=B7=BB=E5=8A=A0=E7=94=9F?= =?UTF-8?q?=E4=BA=A7=E7=8E=AF=E5=A2=83=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 配置生产环境服务器地址 175.178.252.59 - 设置后端 API 地址为 http://175.178.252.59:8082/api - 配置 PingPong 模式为 sandbox - 添加生产环境相关环境变量 --- .env.production | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .env.production diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..52168c1 --- /dev/null +++ b/.env.production @@ -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