Skip to content

Commit

Permalink
Add issuer_url for running minder outside of docker-compose (#1620)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdimitrov authored Nov 13, 2023
1 parent 53178ae commit 4965767
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://keycloak:8080
issuer_url: http://keycloak:8080 # Use http://localhost:8081 instead for running minder outside of docker-compose
realm: stacklok
client_id: minder-server
client_secret: secret
Expand Down

0 comments on commit 4965767

Please sign in to comment.