[SSO] 추가
This commit is contained in:
@@ -12,6 +12,18 @@ spring:
|
||||
connection-timeout: 10000
|
||||
idle-timeout: 30000
|
||||
|
||||
data:
|
||||
redis:
|
||||
host: 121.160.234.222
|
||||
port: 3001
|
||||
password: 1qaz2wsx!@
|
||||
|
||||
session:
|
||||
store-type: redis
|
||||
timeout: 7200 # 2시간 (초 단위)
|
||||
redis:
|
||||
namespace: spring:session:alist
|
||||
|
||||
logging:
|
||||
config: classpath:logback-local.xml
|
||||
|
||||
@@ -21,7 +33,9 @@ jwt:
|
||||
refresh-token-validity-seconds: 2592000
|
||||
|
||||
cookie:
|
||||
secure: false # 로컬 개발 환경 (HTTP)
|
||||
secure: true # 로컬 개발 환경 (HTTP)
|
||||
domain: pjt.kr
|
||||
name: ALIST_SESSION
|
||||
|
||||
swagger:
|
||||
login:
|
||||
|
||||
Reference in New Issue
Block a user