Skip to content

Commit

Permalink
Patch: Updated misspelled property.
Browse files Browse the repository at this point in the history
  • Loading branch information
chris.ditcher authored and chris.ditcher committed May 8, 2024
1 parent 0ffb9c4 commit 1ded4de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ spring:
client:
registration:
graduationclient:
client-id: ${GRAD_GRADUATION_API_SERVICE_CLIENT_NAME}
client-secret: ${GRAD_GRADUATION_API_SERVICE_CLIENT_SECRET}
client-id: ${GRAD_GRADUATION_API_CLIENT_NAME}
client-secret: ${GRAD_GRADUATION_API_CLIENT_SECRET}
authorization-grant-type: client_credentials
provider:
graduationclient:
Expand Down

0 comments on commit 1ded4de

Please sign in to comment.