Skip to content

Commit

Permalink
♻️ :: yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jyk1029 committed Dec 30, 2023
1 parent 92b9652 commit bb7345a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,20 @@ kakao:
cloud:
aws:
s3:
prefix: ${AWS_S3_PREFIX:/}
bucket: ${AWS_S3_BUCKET:sharing-image/}
base-image-url: ${AWS_S3_URL:sharing-image}
prefix: ${AWS_S3_PREFIX}
bucket: ${AWS_S3_BUCKET}
base-image-url: ${AWS_S3_URL}
region:
static: ${AWS_S3_REGION:ap-northeast-2}
static: ${AWS_S3_REGION}
stack:
auto: false
credentials:
access-key: ${AWS_S3_ACCESS:asdf}
secret-key: ${AWS_S3_SECRET:asdf}
access-key: ${AWS_S3_ACCESS}
secret-key: ${AWS_S3_SECRET}

fcm:
value: ${FCM_VALUE}
socket:
port: ${SOCKET_PORT}
server:
port: 8888

0 comments on commit bb7345a

Please sign in to comment.