Skip to content

Commit

Permalink
feat(impl):[#259] temporary keys
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-ext-kmassalski committed Jan 12, 2024
1 parent d1b6ac4 commit fe277ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions irs-api/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ irs: # Application config
security:
api:
keys:
admin: ${API_KEY_ADMIN} # API Key to access IRS API with admin role
regular: ${API_KEY_REGULAR} # API Key to access IRS API with view role
admin: "8f976efe-ee07-4049-b851-07e38cc60baa" # API Key to access IRS API with admin role
regular: "4ec5a557-7c6d-48a4-af57-ab5016424c11" # API Key to access IRS API with view role

blobstore:
endpoint: "${MINIO_URL}" # S3 compatible API endpoint (e.g. Minio)
Expand Down

0 comments on commit fe277ac

Please sign in to comment.