other realm

This commit is contained in:
2024-02-14 13:43:46 +03:00
parent 4b1c9f86f0
commit f7a8c9e077
2 changed files with 3 additions and 3 deletions

View File

@@ -2,6 +2,6 @@ import Keycloak from 'keycloak-js';
export const keycloak = new Keycloak({
url: 'https://kc.inno-js.ru',
realm: 'test',
realm: 'inno-js',
clientId: 'jurnal'
});