diff --git a/.env b/.env index 6fa3219..e334ed2 100644 --- a/.env +++ b/.env @@ -1,7 +1,7 @@ VUE_APP_APIENDPOINT=/api/ VUE_APP_APIVERSION=v1 -VUE_APP_GATEWAYENDPOINT=https://gateway.kaverti.com -VUE_APP_STAGING=false +VUE_APP_GATEWAYENDPOINT=/socket.io/ +VUE_APP_STAGING=true VUE_APP_I18N_LOCALE=en VUE_APP_I18N_FALLBACK_LOCALE=en VUE_APP_RELEASE="Canary" \ No newline at end of file diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue index 30bf446..02db076 100644 --- a/src/components/Navbar.vue +++ b/src/components/Navbar.vue @@ -218,6 +218,19 @@ +
+
+
+
+

You are using an outdated version of Kaverti, please refresh.

+
+
+
diff --git a/src/views/Forums.vue b/src/views/Forums.vue index 5a77f82..e764563 100644 --- a/src/views/Forums.vue +++ b/src/views/Forums.vue @@ -1,5 +1,5 @@