correction env.merge et realm keycloak

This commit is contained in:
Arno
2024-10-21 15:00:05 +00:00
parent 701e30433e
commit 94b01aa71e
5 changed files with 17 additions and 2443 deletions

View File

@ -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,