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 99dc0f8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 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,11 +48,11 @@ spring:

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

# Flask domain #
flask:
domain: ${FLASK_DOMAIN}
domain: http://domain/

# 서버 런시 발생하는 에러 로그 방지
logging:
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: abcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabcabc
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 99dc0f8

Please sign in to comment.