diff --git a/.env.development b/.env.development index 2bb6280..e6ee0d9 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ NODE_ENV=development -VUE_APP_API_BASE_URL=http://localhost:9566/hy-boot +VUE_APP_API_BASE_URL=http://10.190.160.130:9566/hy-boot VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas VUE_APP_ONLINE_BASE_URL=http://182.92.73.21:8012/onlinePreview?url= \ No newline at end of file diff --git a/.env.production b/.env.production index 327ec31..9284485 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ NODE_ENV=production VUE_APP_API_BASE_URL=http://10.242.144.23/prod-api VUE_APP_CAS_BASE_URL=http://10.242.144.23:8888/cas -VUE_APP_ONLINE_BASE_URL=http://10.242.144.23:8012/onlinePreview \ No newline at end of file +VUE_APP_ONLINE_BASE_URL=http://10.242.144.23:8012/onlinePreview?url= \ No newline at end of file