Browse Source

Merge remote-tracking branch 'origin/dev' into dev

dev
0.0 2 years ago
parent
commit
04c946b3ea
  1. 2
      .env.development
  2. 2
      .env.production

2
.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=

2
.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
VUE_APP_ONLINE_BASE_URL=http://10.242.144.23:8012/onlinePreview?url=
Loading…
Cancel
Save