Commit 7c5eb28c by chentianzhong

去掉部分设置

parent ab2ffd21
...@@ -111,11 +111,11 @@ spring.aop.proxy-target-class=true ...@@ -111,11 +111,11 @@ spring.aop.proxy-target-class=true
#去掉https #去掉https
cas.tgc.secure=false cas.tgc.secure=false
#不加密cookie tgc #不加密cookie tgc
cas.tgc.maxAge=-1 #cas.tgc.maxAge=-1
cas.tgc.crypto.enabled=false cas.tgc.crypto.enabled=false
cas.tgc.name=CASPIVACY #cas.tgc.name=CASPIVACY
cas.tgc.httpOnly=true #cas.tgc.httpOnly=true
cas.tgc.rememberMeMaxAge=1209600 #cas.tgc.rememberMeMaxAge=1209600
#注册service中的json验证 #注册service中的json验证
cas.serviceRegistry.initFromJson=true cas.serviceRegistry.initFromJson=true
...@@ -125,9 +125,6 @@ cas.serviceRegistry.schedule.startDelay=15000 ...@@ -125,9 +125,6 @@ cas.serviceRegistry.schedule.startDelay=15000
cas.serviceRegistry.managementType=DEFAULT cas.serviceRegistry.managementType=DEFAULT
cas.serviceRegistry.json.location=classpath:/services cas.serviceRegistry.json.location=classpath:/services
##关闭单点登出:
cas.slo.disabled=true
cas.slo.asynchronous=true
##开启rest认证 ##开启rest认证
...@@ -139,9 +136,19 @@ cas.slo.asynchronous=true ...@@ -139,9 +136,19 @@ cas.slo.asynchronous=true
#退出 #退出
#配置允许登出后跳转到指定页面
cas.logout.followServiceRedirects=true cas.logout.followServiceRedirects=true
#跳转到指定页面需要的参数名为 service
cas.logout.redirectParameter=service cas.logout.redirectParameter=service
#登出后需要跳转到的地址,如果配置该参数,service将无效。
#cas.logout.redirectUrl=https://www.taobao.com
#在退出时是否需要 确认退出提示 true弹出确认提示框 false直接退出
cas.logout.confirmLogout=false cas.logout.confirmLogout=false
#是否移除子系统的票据
cas.logout.removeDescendantTickets=true
##关闭单点登出:
cas.slo.disabled=true
cas.slo.asynchronous=true
#默认主题配置 #默认主题配置
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment