Skip to content

Commit

Permalink
feat: 글로벌 세션 타임아웃 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
SHEOMM committed Mar 10, 2024
1 parent 9bcbd84 commit 5365500
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
server:
port: 8080

servlet:
session:
timeout: 1800
spring:
profiles:
active: dev
config:
import:
- application-dev.yaml
- application-prod.yaml
- application-prod.yaml
- application-temp.yaml

0 comments on commit 5365500

Please sign in to comment.