keycloak fix
This commit is contained in:
@@ -103,16 +103,16 @@ export default defineNuxtConfig({
|
||||
keycloakRealm: process.env.KEYCLOAK_REALM,
|
||||
}
|
||||
},
|
||||
// auth: {
|
||||
// isEnabled: true,
|
||||
// baseURL: process.env.AUTH_ORIGIN,
|
||||
// provider: {
|
||||
// type: "authjs",
|
||||
// },
|
||||
// globalAppMiddleware: {
|
||||
// isEnabled: true,
|
||||
// },
|
||||
// },
|
||||
auth: {
|
||||
isEnabled: true,
|
||||
baseURL: process.env.AUTH_ORIGIN,
|
||||
provider: {
|
||||
type: "authjs",
|
||||
},
|
||||
globalAppMiddleware: {
|
||||
isEnabled: true,
|
||||
},
|
||||
},
|
||||
devServerHandlers: [],
|
||||
|
||||
hooks: {},
|
||||
|
||||
Reference in New Issue
Block a user