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