Skip to content

Commit 9d2daec

Browse files
committed
fix: prod-yml 수정
1 parent 7ba9678 commit 9d2daec

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

backend/src/main/resources/application-prod.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ logging:
3131

3232
# custom.site 설정을 prod로 오버라이드
3333
custom:
34-
jwt:
35-
secret: ${JWT_SECRET}
36-
access-token-duration: ${JWT_ACCESS_TOKEN_DURATION}
37-
refresh-token-duration: ${JWT_REFRESH_TOKEN_DURATION}
3834
site:
3935
domain: "${custom.prod.domain}"
4036
back-url: "${custom.prod.back-url}"

0 commit comments

Comments
 (0)