[설정] SSO ON OFF 추가

This commit is contained in:
2026-03-10 15:20:44 +09:00
parent 2103183bf5
commit b52a4eda67
3 changed files with 3 additions and 31 deletions
@@ -37,10 +37,6 @@ cookie:
domain:
name: ALIST_SESSION
app:
sso:
enabled: false
swagger:
login:
id: alist
+1 -5
View File
@@ -36,13 +36,9 @@ jwt:
cookie:
secure: true # 프로젝트 환경 (HTTPS)
domain: pjt.kr
domain: # pjt.kr # sso 인증시 주석해제
name: ALIST_SESSION
app:
sso:
enabled: ${SSO_ENABLED:true}
swagger:
login:
id: ${SWAGGER_ID}