fixed config errors

This commit is contained in:
Markus Thielen 2023-02-13 11:54:42 +01:00
parent 94c2ac2a3e
commit 192aa12300
Signed by: markus
GPG Key ID: 3D4980D3EC9C8E26
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[broker]
# log level; can be error, warn, info, debug, trace
log_level = "info"
log_level = "debug"
[graphql]
# path and file name to GraphQL schema file

View File

@ -1,6 +1,6 @@
[generic]
# log level; can be error, warn, info, debug, trace
log_level = "info"
log_level = "debug"
[idp_config]
# URL of IdP's discovery endpoint. If not set, the URL is made up by appending
@ -12,9 +12,9 @@ jwks_url = "https://kcdev.basebox.health:8443/realms/todo/protocol/openid-connec
[id_token_validation]
# Incoming ID tokens are validated using, among other, the following fields.
# Contents of 'iss' field, usually the URL of the authetnication realm
iss = "https://kcdev.basebox.health/realms/todo"
iss = "https://kcdev.basebox.health:8443/realms/todo"
# Contents of 'aud' field, aka the OpenID connect client ID
aud = "test-1"
aud = "todo-app"
[graphql]
# path and file name to GraphQL schema file