From 6d9aeab33e3d13f2bb190a8c90e6b748e7a0fa33 Mon Sep 17 00:00:00 2001 From: Wayne Date: Sun, 12 Nov 2023 05:01:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=8C=AF=E8=AA=A4=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example.env.production => .env.production | 0 .gitignore | 2 +- example.env.development | 13 +++++++++++++ 3 files changed, 14 insertions(+), 1 deletion(-) rename example.env.production => .env.production (100%) create mode 100644 example.env.development diff --git a/example.env.production b/.env.production similarity index 100% rename from example.env.production rename to .env.production diff --git a/.gitignore b/.gitignore index eb55211..9d22864 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,4 @@ dist-ssr *.sln *.sw? -.env.production +.env.development diff --git a/example.env.development b/example.env.development new file mode 100644 index 0000000..64a2508 --- /dev/null +++ b/example.env.development @@ -0,0 +1,13 @@ +NODE_ENV = development + +VITE_ENV = development + +VITE_APP_BASE_URL = https://utel.zltest.com.tw + +VITE_APP_LINE_LIFF_ID = 2000917272-PBWoXdOl + +VITE_APP_SEND_URL = https://liff.line.me/2000917272-PBWoXdOl + +VITE_APP_API_URL = https://utel.zltest.com.tw/appapi/v1 + +VITE_APP_IMAGE_URL = https://utel.zltest.com.tw/storage \ No newline at end of file