diff --git a/.env.dev b/.env.dev index 02991c6..9af454b 100644 --- a/.env.dev +++ b/.env.dev @@ -20,9 +20,12 @@ VUE_APP_OIDC_SILENTREDIRECTURI = http://112.233.241.108:1803/silent-renew-oidc.h VUE_APP_BASE_API = http://123.132.248.154:9231/api VUE_APP_BASE_IMG_URL = http://123.132.248.154:9231 +VUE_APP_WEBSOCKET_URL = ws://123.132.248.154:9225/ws + #VUE_APP_BASE_API = http://221.2.83.254:7001/api #VUE_APP_BASE_IMG_URL = http://221.2.83.254:7001 +#VUE_APP_WEBSOCKET_URL = ws://221.2.83.254:9002/ws #VUE_APP_BASE_API = http://123.132.248.154:9224/api #VUE_APP_BASE_IMG_URL = http://123.132.248.154:9224 diff --git a/.env.prod b/.env.prod index 0516c8f..3e73824 100644 --- a/.env.prod +++ b/.env.prod @@ -15,8 +15,9 @@ VUE_APP_OIDC_SILENTREDIRECTURI = http://demo.openauth.me:1803/silent-renew-oidc. #VUE_APP_BASE_API = http://123.132.248.154:9224/api #VUE_APP_BASE_IMG_URL = http://123.132.248.154:9224 -#VUE_APP_BASE_API = http://123.132.248.154:9231/api -#VUE_APP_BASE_IMG_URL = http://123.132.248.154:9231 +VUE_APP_BASE_API = http://123.132.248.154:9231/api +VUE_APP_BASE_IMG_URL = http://123.132.248.154:9231 +VUE_APP_WEBSOCKET_URL = ws://123.132.248.154:9225/ws -VUE_APP_BASE_API = http://221.2.83.254:7001/api -VUE_APP_BASE_IMG_URL = http://221.2.83.254:7001 \ No newline at end of file +#VUE_APP_BASE_API = http://221.2.83.254:7001/api +#VUE_APP_BASE_IMG_URL = http://221.2.83.254:7001 \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index c629a04..9a4828e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,7 +7,7 @@