Skip to content

Commit babba97

Browse files
committed
♻️ refactor: 세션 타임아웃 값을 환경변수로 대치
1 parent 078465c commit babba97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ server:
6464
same-site: None
6565
secure: true
6666
http-only: true
67-
timeout: 60
67+
timeout: ${SESSION_TIMEOUT}
6868

0 commit comments

Comments
 (0)