|
|
@@ -187,15 +187,14 @@ feign:
|
|
|
cas:
|
|
|
# 单点登录URL
|
|
|
#server-url-prefix: https://auth.gzsei.work/prod-api/protocols/cas20
|
|
|
-# server-url-prefix: http://192.168.19.80/prod-api/protocols/cas20
|
|
|
+ server-url-prefix: http://192.168.19.80/prod-api/protocols/cas20
|
|
|
# CAS 过滤器拦截的 URL 路径模式(只拦截后台管理系统,不影响移动端/小程序等)
|
|
|
url-patterns: /admin-api/*
|
|
|
# 忽略的地址
|
|
|
ignore-url-list: /admin-api/system/auth/**,/admin-api/system/cas/**,/file/**,/tile/**,/actuator/**,/druid/**,/swagger-ui/**,/v3/api-docs/**,/webjars/**,/error
|
|
|
# 认证成功后回调地址
|
|
|
- front-url: http://192.168.19.165:40081
|
|
|
+ #front-url: http://192.168.19.165:40081
|
|
|
+ front-url: https://cyjw.gzsei.work
|
|
|
# cas客户端地址
|
|
|
- client-host-url: http://192.168.19.165:40081
|
|
|
-
|
|
|
- # 应用秘钥
|
|
|
- secret: Zk8qMjQwNDIwMjYwNzE0MzI2NTUZip
|
|
|
+ #client-host-url: http://192.168.19.165:40081
|
|
|
+ client-host-url: https://cyjw.gzsei.work
|