diff --git a/.env b/.env
index 18422d3..ebd9e54 100644
--- a/.env
+++ b/.env
@@ -1,8 +1,10 @@
NODE_ENV=development
-VUE_APP_MS_SOCK=localhost:4000
-VUE_APP_MS_AUTH=https://auth.eu.gametactic.eu
-VUE_APP_MS_MAPS=https://maps.eu.gametactic.eu
-VUE_APP_MS_USER=https://user.eu.gametactic.eu
+VUE_APP_MS_SOCK=https://socket.gametactic.eu
+# VUE_APP_MS_SOCK=http://localhost:3000
+VUE_APP_MS_AUTH=https://authentication.gametactic.eu
+VUE_APP_MS_MAPS=https://maps.gametactic.eu
+VUE_APP_MS_USER=https://user.gametactic.eu
+VUE_APP_MS_WG_API=https://wg-api.gametactic.eu
VUE_APP_ROOM_PRIMARY_COLOUR=#004e8c
VUE_APP_DEFAULT_LOCALE=en
VUE_APP_LOCALE=en
\ No newline at end of file
diff --git a/.eslintrc.js b/.eslintrc.js
index cdff589..0ffb055 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -13,6 +13,7 @@ module.exports = {
"no-console": process.env.NODE_ENV === "production" ? "error" : "off",
"no-debugger": process.env.NODE_ENV === "production" ? "error" : "off",
"@typescript-eslint/explicit-function-return-type": "off",
+ "@typescript-eslint/no-this-alias": "off",
semi: ["error", "never"]
},
parser: "vue-eslint-parser",
diff --git a/src/App.vue b/src/App.vue
index aaef3ce..6f3fca3 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -7,40 +7,51 @@
+
+
diff --git a/src/components/navigation/TheUserMenu.vue b/src/components/navigation/TheUserMenu.vue
index 7a459fc..88fdcfc 100644
--- a/src/components/navigation/TheUserMenu.vue
+++ b/src/components/navigation/TheUserMenu.vue
@@ -16,6 +16,15 @@
+
+ Logout
+
+
+ Login
+
+
+
+
User Profile
+
+ Logout
+
+
+ Login
+
+
+
+