|
@@ -35,7 +35,7 @@ management:
|
|
duceap:
|
|
duceap:
|
|
swagger:
|
|
swagger:
|
|
enabled: true
|
|
enabled: true
|
|
- package-path: com.dragoninfo.dcuc.authweb.restcontroller.audit.v2
|
|
|
|
|
|
+ package-path: com.dragoninfo.dcuc.authweb.restcontroller.auth
|
|
license:
|
|
license:
|
|
#配置用来指定license对接的后端项目地址(格式:ip:port/context,如http://10.10.10.10:8080/ctx),
|
|
#配置用来指定license对接的后端项目地址(格式:ip:port/context,如http://10.10.10.10:8080/ctx),
|
|
#默认使用HttpServletRequest.getLocalAddr()方法获取ip地址,
|
|
#默认使用HttpServletRequest.getLocalAddr()方法获取ip地址,
|
|
@@ -62,10 +62,10 @@ duceap:
|
|
#单点登录服务接口地址
|
|
#单点登录服务接口地址
|
|
SSOValidateUrl: http://192.168.6.128:9995/didsserver/serviceValidate
|
|
SSOValidateUrl: http://192.168.6.128:9995/didsserver/serviceValidate
|
|
#跳转前端地址
|
|
#跳转前端地址
|
|
- SSOServiceUrl: http://10.11.0.168:8871/dcucauth/login
|
|
|
|
|
|
+ SSOServiceUrl: http://10.11.1.25:8871/dcucauth/login
|
|
#单点登录服务接口地址
|
|
#单点登录服务接口地址
|
|
webServiceUrl: http://192.168.6.128:9995/didsserver/webservices/
|
|
webServiceUrl: http://192.168.6.128:9995/didsserver/webservices/
|
|
- noFilterUrl: services,hessian,commons,install.action,.xml,/install,/widgets-src/,/authorizationPage.html,/importAuthorizationFile.html,/license/LicenseManagerServlet,/authorizationFile/,/api/,/js/,/png/,/rest/,/dataresourcesrv/
|
|
|
|
|
|
+ noFilterUrl: services,hessian,commons,install.action,.xml,/install,/widgets-src/,/authorizationPage.html,/importAuthorizationFile.html,/license/LicenseManagerServlet,/authorizationFile/,/api/,/js/,/png/,/rest/,/dataresourcesrv/,/swagger-ui.html,/v2/
|
|
hystrix:
|
|
hystrix:
|
|
command:
|
|
command:
|
|
default:
|
|
default:
|