From 99b4336a67d48021ad256c4026fa4e6cbaa23dbe Mon Sep 17 00:00:00 2001 From: ZhangYong Date: Thu, 2 Apr 2026 14:52:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E7=95=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 3 +++ .gitignore | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .env.development diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..94b830f --- /dev/null +++ b/.env.development @@ -0,0 +1,3 @@ +VITE_API_BASE='https://hwjb.homilychart.com/prod' +# VITE_API_BASE='http://192.168.8.246:8081/' +VITE_UPLOAD_URL=https://api.homilychart.com/hljw/api/aws/upload diff --git a/.gitignore b/.gitignore index cd9b0ee..8b0ad24 100644 --- a/.gitignore +++ b/.gitignore @@ -25,5 +25,5 @@ dist-ssr *.sw? # 忽略 stats.html -.env.development +# .env.development