Skip to content

Commit

Permalink
chore: 프로퍼티 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
EunChanNam committed Nov 16, 2023
1 parent 22d0789 commit 2db1a68
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ spring:
mail:
host: smtp.gmail.com
port: 587
username: ${MAIL}
password: ${MAIL_PW}
username: [email protected]
password: qkvpxhpgyuywcbgh
protocol: smtp
properties:
mail:
Expand All @@ -48,7 +48,7 @@ spring:

# 포인트 메일 수신자 #
mail:
point-mail-receiver: ${POINT_MAIL}
point-mail-receiver: [email protected]

# Flask domain #
flask:
Expand All @@ -70,20 +70,20 @@ decorator:

#JWT key
jwt:
secret-key: ${JWT_SECRET_KEY}
access-token-validity: ${ACCESS_TOKEN_VALIDITY}
refresh-token-validity: ${REFRESH_TOKEN_VALIDITY}
secret-key: wishhairOiJIUzI1NiIvLoAR5cCI6IkpXSCJ9.eyJzdWIiOiIiLCLoCP1lIjoiSm9obiBEV9UiLCJpYXBCusE1MTYyMzkwMjJ9.163aevla8s7d6f987qweahqwculaoxce80k1i2o387tg
access-token-validity: 1800000
refresh-token-validity: 259200000

# 네이버 클라우드 오브젝트 스토리지
cloud:
aws:
credentials:
access-key: ${S3_ACCESS_KEY}
secret-key: ${S3_SECRET_KEY}
access-key: N3JCSJUtgse4alKEaOqX
secret-key: rRamLrfUV8v6ZziJFEN4CVLjE9rl4kCBnEOLje5f
stack:
auto: false
region:
static: ap-northeast-2
s3:
endpoint: https://kr.object.ncloudstorage.com
bucket: ${BUCKET_NAME}
bucket: wswh-storage

0 comments on commit 2db1a68

Please sign in to comment.