Skip to content

Commit

Permalink
feat(impl):[#253] revert hardcoded keys
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-ext-kmassalski committed Jan 15, 2024
1 parent 7d831f6 commit c62bec0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions irs-api/src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ irs:
ttl:
failed: PT1H
completed: PT1H
# security:
# api:
# keys:
# admin: 01234567890123456789
# regular: 09876543210987654321
security:
api:
keys:
admin: 01234567890123456789
regular: 09876543210987654321

spring:
security:
Expand Down

0 comments on commit c62bec0

Please sign in to comment.