We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588e3a9 commit e366fc3Copy full SHA for e366fc3
src/main/resources/application-dev.yml
@@ -89,7 +89,7 @@ logging:
89
org.springframework.messaging: DEBUG
90
91
jwt:
92
- secret: ${JWT_SECRET:test-jwt-secret-key-12345678901234567890} # 운영 시에는 반드시 환경 변수로 설정할 것
+ secret: ${JWT_SECRET} # 운영 시에는 반드시 환경 변수로 설정할 것
93
access-token-expiration: ${JWT_ACCESS_TOKEN_EXPIRATION:1800} # 30분 (초 단위)
94
refresh-token-expiration: ${JWT_REFRESH_TOKEN_EXPIRATION:604800} # 7일 (초 단위)
95
0 commit comments