Skip to content

Commit

Permalink
Merge pull request #55 from Team-Shaka/bug/54
Browse files Browse the repository at this point in the history
🐛  Fix : dev application.yml 수정
  • Loading branch information
CYY1007 authored Jun 13, 2024
2 parents 07309e0 + 71eafe0 commit ca96b9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jwt:

cloud:
aws:
lambda:
url : ${AWS_PRESIGNED_LAMBDA}
s3:
bucket: elasticbeanstalk-ap-northeast-2-851725177732
#s3 bucket
Expand All @@ -89,13 +91,13 @@ cloud:
credentials:
access-key: ${ACCESS_KEY}
secret-key: ${SECRET_KEY}
#aws access key, secret key

naver-sms:
accessKey: ${NAVER_SMS_ACCESSKEY}
secretKey: ${NAVER_SMS_SECRET}
serviceId: ${NAVER_SMS_SERVICEID}
senderPhone: ${NAVER_SMS_PHONE}
#aws access key, secret key
---
spring:
application:
Expand Down

0 comments on commit ca96b9d

Please sign in to comment.