diff --git a/.env.development b/.env.development index 2a130b7..29f1cad 100644 --- a/.env.development +++ b/.env.development @@ -1 +1,2 @@ VITE_APP_BASE_URL=http://192.168.5.106:48081 +# VITE_APP_BASE_URL=http://47.106.185.127:8089 \ No newline at end of file diff --git a/.env.production b/.env.production index 42865f5..7dd43bf 100644 --- a/.env.production +++ b/.env.production @@ -1 +1,2 @@ -VITE_APP_BASE_URL=http://47.106.185.127:8089/ +# VITE_APP_BASE_URL=http://47.106.185.127:8089 +VITE_APP_BASE_URL=http://47.106.185.127:8089 \ No newline at end of file