url: import.meta.env.VITE_KC_URL + '/'
This commit is contained in:
parent
539979df50
commit
a3f6185634
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import Keycloak from 'keycloak-js'
|
||||||
const initOptions = {
|
const initOptions = {
|
||||||
realm: import.meta.env.VITE_KC_REALM,
|
realm: import.meta.env.VITE_KC_REALM,
|
||||||
clientId: import.meta.env.VITE_CLIENTID_EXAM_KEYCLOAK,
|
clientId: import.meta.env.VITE_CLIENTID_EXAM_KEYCLOAK,
|
||||||
url: import.meta.env.VITE_KC_URL
|
url: import.meta.env.VITE_KC_URL + '/'
|
||||||
// realm: 'bma-ehr',
|
// realm: 'bma-ehr',
|
||||||
// clientId: 'bma-ehr-exam-vue3',
|
// clientId: 'bma-ehr-exam-vue3',
|
||||||
// url: 'https://id.frappet.synology.me/'
|
// url: 'https://id.frappet.synology.me/'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue