Skip to content

Commit

Permalink
feat(example): add config file for docker compose example
Browse files Browse the repository at this point in the history
  • Loading branch information
SafeEval committed Jul 21, 2024
1 parent 6557466 commit c9e4463
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/docker-compose/ui-app/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"clientId": "demo",
"authorizeEndpoint": "http://keycloak.localhost/realms/demo/protocol/openid-connect/auth",
"callbackEndpoint": "http://ui-app.localhost/oauth2/callback",
"tokenEndpoint": "http://keycloak.localhost/realms/demo/protocol/openid-connect/token",
"protectedEndpoint": "http://api.localhost/json",
"logoutEndpoint": "http://jwtblock.localhost/blocklist/block"
}

0 comments on commit c9e4463

Please sign in to comment.