diff --git a/.env b/.env index 5da3296..eb69854 100644 --- a/.env +++ b/.env @@ -2,5 +2,5 @@ NODE_ENV=production VUE_APP_PREVIEW=true //VUE_APP_API_BASE_URL=http://192.168.1.205:25800 //VUE_APP_API_BASE_URL=http://127.0.0.1:5000 -# VUE_APP_API_BASE_URL=http://60.209.125.238:25805 -VUE_APP_API_BASE_URL=http://47.104.85.216:12345/api \ No newline at end of file +VUE_APP_API_BASE_URL=http://60.209.125.238:25805 +# VUE_APP_API_BASE_URL=http://47.104.85.216:12345/api \ No newline at end of file diff --git a/.env.development b/.env.development index 8e28015..0fc3239 100644 --- a/.env.development +++ b/.env.development @@ -1,12 +1,12 @@ 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 +VUE_APP_API_BASE_URL=http://60.209.125.238:25805 +VUE_APP_SOCKET_BASE_URL=http://60.209.125.238:25805 # process.env.VUE_APP_API_BASE_URL -VUE_APP_API_BASE_URL=http://47.104.85.216:12345/api -VUE_APP_SOCKET_BASE_URL=http://47.104.85.216:12345/api +# VUE_APP_API_BASE_URL=http://47.104.85.216:12345/api +# VUE_APP_SOCKET_BASE_URL=http://47.104.85.216:12345/api //VUE_APP_API_BASE_URL=http://127.0.0.1:5000 //VUE_APP_SOCKET_BASE_URL=http://127.0.0.1:5000 diff --git a/.env.preview b/.env.preview index 28d87e4..029fbe5 100644 --- a/.env.preview +++ b/.env.preview @@ -1,7 +1,7 @@ NODE_ENV=production 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 +VUE_APP_API_BASE_URL=http://60.209.125.238:25805 +VUE_APP_SOCKET_BASE_URL=http://60.209.125.238:25805 -VUE_APP_API_BASE_URL=http://47.104.85.216:12345/api -VUE_APP_SOCKET_BASE_URL=http://47.104.85.216:12345/api \ No newline at end of file +# VUE_APP_API_BASE_URL=http://47.104.85.216:12345/api +# VUE_APP_SOCKET_BASE_URL=http://47.104.85.216:12345/api \ No newline at end of file