[설정] SSO ON OFF 추가

This commit is contained in:
2026-03-10 15:10:32 +09:00
parent 290c25aa21
commit 2103183bf5
3 changed files with 30 additions and 3 deletions
@@ -37,6 +37,10 @@ cookie:
domain:
name: ALIST_SESSION
app:
sso:
enabled: false
swagger:
login:
id: alist
+4
View File
@@ -39,6 +39,10 @@ cookie:
domain: pjt.kr
name: ALIST_SESSION
app:
sso:
enabled: ${SSO_ENABLED:true}
swagger:
login:
id: ${SWAGGER_ID}