|
@@ -35,7 +35,7 @@ management:
|
|
|
duceap:
|
|
|
swagger:
|
|
|
enabled: true
|
|
|
- package-path: com.dragoninfo.dcuc.authweb.restcontroller.auth
|
|
|
+ package-path: com.dragoninfo.dcuc.authweb.restcontroller.auth,com.dragoninfo.dcuc.authweb.restcontroller.statistics
|
|
|
license:
|
|
|
#配置用来指定license对接的后端项目地址(格式:ip:port/context,如http://10.10.10.10:8080/ctx),
|
|
|
#默认使用HttpServletRequest.getLocalAddr()方法获取ip地址,
|
|
@@ -46,16 +46,16 @@ duceap:
|
|
|
host: http://10.201.3.20:8070
|
|
|
security-access:
|
|
|
jwt:
|
|
|
- enabled: true
|
|
|
+ enabled: false
|
|
|
user-token-header-name: userToken
|
|
|
security:
|
|
|
- #type: dcuc # 注解掉不开启认证登录
|
|
|
+ type: dcuc # 注解掉不开启认证登录
|
|
|
dcuc:
|
|
|
- cas-server-url-prefix: http://192.168.10.2:8877/sso
|
|
|
- server-name: 10.11.1.25:8871 10.11.1.237:8871
|
|
|
+ cas-server-url-prefix: http://10.201.1.50:8877/sso
|
|
|
+ server-name: 10.11.1.25:8871 10.11.1.237:8871 10.11.0.83:8871 10.11.0.83:8872
|
|
|
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
|
|
|
- api-url: http://192.168.10.2:8860/dcuc
|
|
|
+ api-url: http://10.201.1.50:8860/dcuc
|
|
|
dids2:
|
|
|
appCode: YHZX0000000000000001
|
|
|
SSOLoginUrl: http://192.168.6.128:9995/didsserver/login
|