correction env.merge et realm keycloak
This commit is contained in:
@ -527,15 +527,15 @@
|
||||
"clientId": "nine",
|
||||
"name": "",
|
||||
"description": "",
|
||||
"rootUrl": "https://nine.local",
|
||||
"adminUrl": "https://nine.local",
|
||||
"baseUrl": "https://nine.local",
|
||||
"rootUrl": "${PROTOCOLE}://${WEB_URL}",
|
||||
"adminUrl": "${PROTOCOLE}://${WEB_URL}",
|
||||
"baseUrl": "${PROTOCOLE}://${WEB_URL}",
|
||||
"surrogateAuthRequired": false,
|
||||
"enabled": true,
|
||||
"alwaysDisplayInConsole": false,
|
||||
"clientAuthenticatorType": "client-secret",
|
||||
"redirectUris": [
|
||||
"https://nine.local/*"
|
||||
"${PROTOCOLE}://${WEB_URL}/*"
|
||||
],
|
||||
"webOrigins": [],
|
||||
"notBefore": 0,
|
||||
|
Reference in New Issue
Block a user