[API] SSO 다중 도메인 로그인 작업 커밋
This commit is contained in:
@@ -13,19 +13,12 @@ spring:
|
||||
minimum-idle: 1 # 최소로
|
||||
connection-timeout: 10000
|
||||
idle-timeout: 30000
|
||||
|
||||
data:
|
||||
redis:
|
||||
host: ${REDIS_HOST}
|
||||
port: ${REDIS_PORT}
|
||||
password: ${REDIS_PASSWORD}
|
||||
|
||||
session:
|
||||
store-type: redis
|
||||
timeout: 7200 # 2시간 (초 단위)
|
||||
redis:
|
||||
namespace: spring:session:alist
|
||||
|
||||
logging:
|
||||
config: classpath:logback-pjt.xml
|
||||
|
||||
@@ -36,7 +29,7 @@ jwt:
|
||||
|
||||
cookie:
|
||||
secure: true # 프로젝트 환경 (HTTPS)
|
||||
domain: api-alist.pjt.kr # sso 인증시 주석해제
|
||||
domain: api-alist.pjt.kr
|
||||
name: ALIST_SSO
|
||||
same-site: None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user