change keycloak identify url
This commit is contained in:
parent
508fb3b02b
commit
054ed8b5ad
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
*/
|
*/
|
||||||
import env from "../index";
|
import env from "../index";
|
||||||
|
|
||||||
const message = `${env.API_DASHBOARD_URI}/message`;
|
const message = `${env.API_PLACEMENT_URI}/message`;
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
msgNotificate: `${message}/my-notifications`,
|
msgNotificate: `${message}/my-notifications`,
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ const initOptions = {
|
||||||
// url: "https://keycloak.frappet.synology.me/auth/",
|
// url: "https://keycloak.frappet.synology.me/auth/",
|
||||||
realm: "bma-ehr",
|
realm: "bma-ehr",
|
||||||
clientId: "bma-ehr-vue3",
|
clientId: "bma-ehr-vue3",
|
||||||
url: "https://identity.frappet.com/",
|
url: "https://id.frappet.synology.me/",
|
||||||
// realm: "bma-ehr-exam",
|
// realm: "bma-ehr-exam",
|
||||||
// clientId: "bma-ehr-exam-vue3",
|
// clientId: "bma-ehr-exam-vue3",
|
||||||
}; //option keycloak ที่จะ connect
|
}; //option keycloak ที่จะ connect
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue