Skip to content

Commit

Permalink
CDPS-1080: Update application.yml TODO comment (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
brightonsbox authored Jan 10, 2025
1 parent c3058ae commit e3393d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ spring:
serialization:
WRITE_DATES_AS_TIMESTAMPS: false

# TODO: This security section can be removed if your service doesn't call out to other services
security:
oauth2:
resourceserver:
jwt:
jwk-set-uri: ${hmpps-auth.url}/.well-known/jwks.json

# TODO: This client section can be removed if your service doesn't call out to other services
client:
provider:
hmpps-auth:
Expand Down

0 comments on commit e3393d9

Please sign in to comment.