Skip to content

Commit

Permalink
Fixed location of application.yml files, properly (finally) removing …
Browse files Browse the repository at this point in the history
…the 'microservices' module.
  • Loading branch information
Nyckoka committed Feb 17, 2024
1 parent f50950d commit eaeeb39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spring:
opaquetoken:
introspection-uri: http://localhost:8082/realms/phyloviz-web-platform/protocol/openid-connect/token/introspect
client-id: phyloviz-web-platform-client
client-secret: 3rG9M1rnH7gKX29QujY7HQedPs7KT1Iu
client-secret: gmaFeUwf9AXnxMaQyTuXEtTAgbJlBpgy
# jwt:
# jwk-set-uri: http://localhost:8082/realms/phyloviz-web-platform/protocol/openid-connect/certs
servlet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ spring:
phyloviz-web-platform-client:
provider: keycloak
client-id: phyloviz-web-platform-client
client-secret: whCCD9r37qj8mx9H7R4mzIrSezYf3H7R
client-secret: gmaFeUwf9AXnxMaQyTuXEtTAgbJlBpgy
redirect-uri: "{baseUrl}/${pwp.security.oauth2.redirect-uri}"

scope:
Expand Down

0 comments on commit eaeeb39

Please sign in to comment.