Skip to content

Commit 0f82308

Browse files
committed
chore: 빌드 파일 수정
secret 변수 이름 수정
1 parent c66c537 commit 0f82308

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/resources/application-dev.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
jwt:
2+
secret: ${JWT_SECRET:${jwt.secret}}
3+
access-token-expire-time-seconds: ${JWT_ACCESS_TOKEN_EXPIRE_TIME_SECONDS:${jwt.access-token-expire-time-seconds}}
4+
refresh-token-expire-time-seconds: ${JWT_REFRESH_TOKEN_EXPIRE_TIME_SECONDS:${jwt.refresh-token-expire-time-seconds}}
5+
6+
17
logging:
28
level:
39
org:

0 commit comments

Comments
 (0)