for heroku
This commit is contained in:
parent
68beedb4c8
commit
76162f842b
@ -1,9 +1,9 @@
|
||||
import Keycloak from 'keycloak-js';
|
||||
|
||||
const _kc = new Keycloak({
|
||||
url: process.env.KC_URL,
|
||||
realm: process.env.KC_REALM,
|
||||
clientId: process.env.KC_CLIENT_ID
|
||||
url: 'https://auth-dev.csi.wmi.amu.edu.pl/',
|
||||
realm: 'gonito-dev',
|
||||
clientId: 'gonito-dev-heroku'
|
||||
});
|
||||
|
||||
const initKeycloak = (onAuthenticatedCallback) => {
|
||||
|
Loading…
Reference in New Issue
Block a user