diff --git a/.env b/.env index 06dab2f..40d34d9 100644 --- a/.env +++ b/.env @@ -1,3 +1,4 @@ NODE_ENV=production VUE_APP_PREVIEW=true -VUE_APP_API_BASE_URL=http://192.168.1.205:25800 \ No newline at end of file +VUE_APP_API_BASE_URL=http://192.168.1.205:25800 +//VUE_APP_API_BASE_URL=http://127.0.0.1:5000 \ No newline at end of file diff --git a/.env.development b/.env.development index 182d8ee..21e8923 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,7 @@ NODE_ENV=development VUE_APP_PREVIEW=true VUE_APP_API_BASE_URL=http://60.209.125.238:25805 -VUE_APP_SOCKET_BASE_URL=http://60.209.125.238:25805 \ No newline at end of file +VUE_APP_SOCKET_BASE_URL=http://60.209.125.238:25805 + +//VUE_APP_API_BASE_URL=http://127.0.0.1:5000 +//VUE_APP_SOCKET_BASE_URL=http://127.0.0.1:5000 \ No newline at end of file