Skip to content

Commit

Permalink
feat: local yaml 파일에도 s3 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
70825 committed Sep 14, 2023
1 parent 8607604 commit 3586297
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions backend/src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,12 @@ kakao:
rest-api-key: { LOCAL_REST_API_KEY }
redirect-uri: { LOCAL_REDIRECT_URI }
admin-key: { LOCAL_ADMIN_KEY }

cloud:
aws:
region:
static: { S3_REGION }
s3:
bucket: { S3_BUCKET }
folder: { S3_DEV_FOLDER }
cloudfrontPath: { S3_DEV_CLOUDFRONT_PATH }

0 comments on commit 3586297

Please sign in to comment.