From 7db52d1d3524e86f43f196e047590055b7282e3b Mon Sep 17 00:00:00 2001 From: Wayne Date: Sun, 12 Nov 2023 04:54:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=87env.production=E7=A7=BB=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example.env.production | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 example.env.production diff --git a/example.env.production b/example.env.production new file mode 100644 index 0000000..7eebcf7 --- /dev/null +++ b/example.env.production @@ -0,0 +1,13 @@ +NODE_ENV = production + +VITE_ENV = production + +VITE_APP_BASE_URL = https://utel.vip + +VITE_APP_LINE_LIFF_ID = 1656969446-nQYlz77R + +VITE_APP_SEND_URL = https://liff.line.me/1656969446-mg36Maav + +VITE_APP_API_URL = https://utel.vip/appapi/v1 + +VITE_APP_IMAGE_URL = https://utel.vip/storage \ No newline at end of file