Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,6 @@ spring:
encoding: UTF-8
data-locations: classpath:data-h2.sql

cloud:
aws:
region:
static: ap-northeast-2
stack:
auto: false
credentials:
access-key: ${AWS_ACCESS_KEY_ID} # 로컬용 더미값
secret-key: ${AWS_SECRET_ACCESS_KEY}
s3:
bucket: team2-app-s3-bucket

# Swagger 설정
springdoc:
Expand Down
12 changes: 12 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,18 @@ spring:
user-info-uri: https://openapi.naver.com/v1/nid/me
user-name-attribute: response

cloud:
aws:
region:
static: ap-northeast-2
stack:
auto: false
credentials:
access-key: ${AWS_ACCESS_KEY_ID} # 로컬용 더미값
secret-key: ${AWS_SECRET_ACCESS_KEY}
s3:
bucket: team2-app-s3-bucket

ai:
openai:
api-key: ${GEMINI_API_KEY}
Expand Down