change on login sidebar and dashboard

This commit is contained in:
Fanrouver
2025-11-05 13:00:06 +07:00
parent dbb8050dc5
commit 89688e02f3
4 changed files with 171 additions and 169 deletions

View File

@@ -40,10 +40,15 @@ export default defineNuxtConfig({
keycloakClientSecret: process.env.KEYCLOAK_CLIENT_SECRET,
keycloakIssuer: process.env.KEYCLOAK_ISSUER,
public: {
authUrl: process.env.AUTH_ORIGIN || 'http://localhost:3001'
authUrl: process.env.AUTH_ORIGIN || 'http://10.10.150.114:3001/' || 'http://localhost:3001'
}
},
devServer: {
host: "10.10.150.114",
port: 3001,
},
build: {
transpile: ['vuetify']
},