File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -29,17 +29,6 @@ spring:
2929 encoding : UTF-8
3030 data-locations : classpath:data-h2.sql
3131
32- cloud :
33- aws :
34- region :
35- static : ap-northeast-2
36- stack :
37- auto : false
38- credentials :
39- access-key : ${AWS_ACCESS_KEY_ID} # 로컬용 더미값
40- secret-key : ${AWS_SECRET_ACCESS_KEY}
41- s3 :
42- bucket : team2-app-s3-bucket
4332
4433# Swagger 설정
4534springdoc :
Original file line number Diff line number Diff line change @@ -47,6 +47,18 @@ spring:
4747 user-info-uri : https://openapi.naver.com/v1/nid/me
4848 user-name-attribute : response
4949
50+ cloud :
51+ aws :
52+ region :
53+ static : ap-northeast-2
54+ stack :
55+ auto : false
56+ credentials :
57+ access-key : ${AWS_ACCESS_KEY_ID} # 로컬용 더미값
58+ secret-key : ${AWS_SECRET_ACCESS_KEY}
59+ s3 :
60+ bucket : team2-app-s3-bucket
61+
5062 ai :
5163 openai :
5264 api-key : ${GEMINI_API_KEY}
You can’t perform that action at this time.
0 commit comments