feat(sso): SESSION_MAX_AGE를 env로 노출 — OMS와 통일

- SessionMiddleware max_age 를 SESSION_MAX_AGE 환경변수에서 읽도록 변경
  (기본 28800초=8h, OMS .env.example 과 일치)
- .env.example 에 SESSION_MAX_AGE 항목 추가
- run-local.ps1 을 .gitignore 에 추가 (run-local.bat 와 동일 정책 — 로컬 전용)
This commit is contained in:
2026-05-24 13:04:02 +09:00
parent e33cc8686b
commit c274e50ee0
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@
# 로컬 전용 스크립트 (자격증명 포함 가능)
push-gitea.bat
run-local.bat
run-local.ps1
# Python
__pycache__/