Skip to content

Commit

Permalink
Change default reference to keycloak in docker-compose file (#1461)
Browse files Browse the repository at this point in the history
We mostly use that reference configuration for the docker-compose run.
Let's make it work with compose by default.
  • Loading branch information
JAORMX authored Nov 4, 2023
1 parent af51411 commit 01fdd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ identity:
realm: stacklok
client_id: minder-cli
server:
issuer_url: http://localhost:8081
issuer_url: http://keycloak:8080
realm: stacklok
client_id: minder-server
client_secret: secret
Expand Down

0 comments on commit 01fdd44

Please sign in to comment.