fixing keycloak
This commit is contained in:
parent
90bdb3ab55
commit
c533f10264
4 changed files with 14 additions and 14 deletions
|
|
@ -5,9 +5,9 @@ import Keycloak from 'keycloak-js'
|
|||
|
||||
//option keycloak ที่จะ connect
|
||||
const initOptions = {
|
||||
realm: import.meta.env.KC_REALM,
|
||||
clientId: import.meta.env.VITE_CLIENTID_KEYCLOAK,
|
||||
url: import.meta.env.KC_URL
|
||||
realm: import.meta.env.VITE_KC_REALM,
|
||||
clientId: import.meta.env.VITE_CLIENTID_EXAM_KEYCLOAK,
|
||||
url: import.meta.env.VITE_KC_URL
|
||||
// realm: 'bma-ehr',
|
||||
// clientId: 'bma-ehr-exam-vue3',
|
||||
// url: 'https://id.frappet.synology.me/'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue