Skip to content

Commit

Permalink
feat : prod.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
GaBaljaintheroom committed Jul 20, 2024
1 parent 4086a3c commit c3b8727
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/src/main/resources/application-cloud-prod.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cloud:
aws:
credentials:
accessKey: ${AWS_ACCESS_KEY}
secretKey: ${AWS_SECRET_KEY}
region: ${AWS_REGION}
accessKey: ${ACCESS_KEY}
secretKey: ${SECRET_KEY}
region: ${REGION}
s3:
bucket: ${AWS_BUCKET}
bucket: ${BUCKET}
stack:
auto: false

0 comments on commit c3b8727

Please sign in to comment.