From f1bda3fd503f0419c8ba2c6217660e9f9607885f Mon Sep 17 00:00:00 2001 From: Wayne Date: Wed, 27 Sep 2023 12:14:30 +0800 Subject: [PATCH] change .env.development --- .env.development | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.env.development b/.env.development index 3423c56..d25b245 100644 --- a/.env.development +++ b/.env.development @@ -1,15 +1,13 @@ -NODE_ENV = production +NODE_ENV = development -VUE_ENV = development +VUE_ENV = stage -BASE_URL = /home +VUE_APP_BASE_URL = https://utel.zltest.com.tw -VUE_APP_BASE_URL = https://utel.vip +VUE_APP_LINE_LIFF_ID = 1656948609-xMp7dWAz -VUE_APP_LINE_LIFF_ID = 1656907652-p38ddKzQ +VUE_APP_SEND_URL = https://liff.line.me/1656948609-BYr8Nynp -VUE_APP_SEND_URL = https://liff.line.me/1656907652-VJq33Pdg +VUE_APP_API_URL = https://utel.zltest.com.tw/appapi/v1 -VUE_APP_API_URL = https://utel.vip/appapi/v1 - -VUE_APP_IMAGE_URL = https://utel.vip/storage \ No newline at end of file +VUE_APP_IMAGE_URL = https://utel.zltest.com.tw/storage \ No newline at end of file