|
@@ -35,7 +35,7 @@ management:
|
|
duceap:
|
|
duceap:
|
|
swagger:
|
|
swagger:
|
|
enabled: true
|
|
enabled: true
|
|
- package-path: com.dragoninfo.dcuc.authweb.restcontroller.api
|
|
|
|
|
|
+ package-path: com.dragoninfo.dcuc.authweb.restcontroller.audit.v2
|
|
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地址,
|
|
@@ -49,11 +49,11 @@ duceap:
|
|
enabled: true
|
|
enabled: true
|
|
user-token-header-name: userToken
|
|
user-token-header-name: userToken
|
|
security:
|
|
security:
|
|
- # type: dcuc ## 注解掉不开启认证登录
|
|
|
|
|
|
+ type: dcuc # 注解掉不开启认证登录
|
|
dcuc:
|
|
dcuc:
|
|
cas-server-url-prefix: http://192.168.10.2:8877/sso
|
|
cas-server-url-prefix: http://192.168.10.2:8877/sso
|
|
- server-name: 10.11.1.151:8000
|
|
|
|
- ignore-pattern: '/js/*|/img/*|/css/*|/api/*|/*.png|/rest/*|/webSocket/*|/oauthLogin/*|/authorizationPage.html|/importAuthorizationFile.html|/license/LicenseManagerServlet|/authorizationFile/'
|
|
|
|
|
|
+ server-name: 10.11.1.25:8871 10.11.1.151:8000 10.11.0.233:8871 10.11.1.22:8871 10.11.1.63:8871
|
|
|
|
+ ignore-pattern: '/js/*|/img/*|/css/*|/api/*|/*.png|/rest/*|/webSocket/*|/oauthLogin/*|/authorizationPage.html|/importAuthorizationFile.html|/license/LicenseManagerServlet|/authorizationFile/|/auditsvr/|/authsvr/|/codelist/|/swagger-ui.html'
|
|
app-code: QXXT0000000000000001
|
|
app-code: QXXT0000000000000001
|
|
api-url: http://192.168.10.2:8860/dcuc
|
|
api-url: http://192.168.10.2:8860/dcuc
|
|
dids2:
|
|
dids2:
|
|
@@ -65,7 +65,7 @@ duceap:
|
|
SSOServiceUrl: http://10.11.0.240:18871/dcuc/login
|
|
SSOServiceUrl: http://10.11.0.240:18871/dcuc/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/
|
|
|
|
|
|
+ noFilterUrl: services,hessian,commons,install.action,.xml,/install,/widgets-src/,/authorizationPage.html,/importAuthorizationFile.html,/license/LicenseManagerServlet,/authorizationFile/,/api/,/js/,/png/,/rest/,/dataresourcesrv/
|
|
hystrix:
|
|
hystrix:
|
|
command:
|
|
command:
|
|
default:
|
|
default:
|