Skip to content

Commit

Permalink
Use .env for S3 properties
Browse files Browse the repository at this point in the history
  • Loading branch information
overpathz committed Jul 11, 2024
1 parent 2f2cec8 commit f59497f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ spring:

amazon:
s3:
access-key: .
secret-key: .
bucket-name: .
access-key: ${S3_ACCESS_KEY}
secret-key: ${S3_SECRET_KEY}
bucket-name: ${S3_BUCKET_NAME}

logging:
level:
Expand Down

0 comments on commit f59497f

Please sign in to comment.