Skip to content

Commit

Permalink
setting: (#490) encrypt algorithm yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls committed May 10, 2023
1 parent c5a996c commit 4aaca17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dms-infrastructure/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ cloud:
kms:
key: ${KMS_ARN:asdf}

encrypt:
transformation: ${ENCRYPT_TRANSFORMATION}
algorithm: ${ENCRYPT_ALGORITHM}

sentry:
dsn: ${SENTRY_DSN:asdf}
traces-sample-rate: 1.0
Expand Down

0 comments on commit 4aaca17

Please sign in to comment.