Bug fixed. Now works :)
This commit is contained in:
@@ -21,7 +21,7 @@ app.use(createPinia());
|
||||
console.log("Keycloak Client ID: "+process.env.KEYCLOAK_CLIENT_ID);
|
||||
|
||||
const keycloakConfig: KeycloakConfig = {
|
||||
url: 'http://localhost:'+ process.env.PORT_KEYCLOAK as string+'/auth',
|
||||
url: 'http://localhost:'+ process.env.PORT_KEYCLOAK as string+'/',
|
||||
realm: process.env.KEYCLOAK_REALM as string,
|
||||
clientId: process.env.KEYCLOAK_CLIENT_ID as string,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user