Skip to content

Commit

Permalink
fix demo name in keycloak sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
lzuba committed Oct 9, 2023
1 parent 96d88aa commit c17c237
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker/keycloak/dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -504,16 +504,16 @@
}, {
"id" : "82e2618a-7b8b-44aa-904b-c8e31990f404",
"clientId" : "mlaps",
"rootUrl" : "https://mlaps.foobar.com",
"adminUrl" : "https://mlaps.foobar.com",
"baseUrl" : "https://mlaps.foobar.com",
"rootUrl" : "https://mlaps.$YOURCOMPANY.com",
"adminUrl" : "https://mlaps.$YOURCOMPANY.com",
"baseUrl" : "https://mlaps.$YOURCOMPANY.com",
"surrogateAuthRequired" : false,
"enabled" : true,
"alwaysDisplayInConsole" : false,
"clientAuthenticatorType" : "client-secret",
"secret" : "7mF1V9zO8wsZIHOicQBAsqsYCaUqJqkC",
"redirectUris" : [ "https://mlaps.foobar.com/authorize" ],
"webOrigins" : [ "https://mlaps.foobar.com" ],
"redirectUris" : [ "https://mlaps.$YOURCOMPANY.com/authorize" ],
"webOrigins" : [ "https://mlaps.$YOURCOMPANY.com" ],
"notBefore" : 0,
"bearerOnly" : false,
"consentRequired" : false,
Expand Down

0 comments on commit c17c237

Please sign in to comment.