We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd463cd commit acfea12Copy full SHA for acfea12
1 file changed
src/main/resources/application.yml
@@ -15,7 +15,7 @@ micronaut:
15
signatures:
16
jwks:
17
keycloak:
18
- url: https://auth.oda.digital/realms/ODA/protocol/openid-connect/certs
+ url: ${JWKS_URI}
19
endpoints:
20
flyway:
21
enabled: true
0 commit comments