12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- server:
- port: 8866
- servlet:
- context-path: /approve-gateway
- spring:
- application:
- name: approve-gateway
- cloud:
- nacos:
- discovery:
- server-addr: 127.0.0.1:8848
- zuul:
- retryable: true
-
- sensitive-headers:
- host:
- connect-timeout-millis: 60000
- socket-timeout-millis: 60000
- ribbon:
- ConnectTimeout: 60000
- ReadTimeout: 60000
- OkToRetryOnAllOperations: true
- MaxAutoRetriesNextServer: 2
- MaxAutoRetries: 1
- hystrix:
- command:
- default:
- execution:
- isolation:
- thread:
- timeoutInMillisecond: 60000
- duceap:
- license:
- dataCacheMethod: apollo
-
-
- enabled: false
- apollo:
- client:
- host: http://192.168.10.27:8070
- security:
-
- type: dcuc
-
- dids2:
-
- appCode: YHZX0000000000000001
- useSSO: true
-
- SSOLoginUrl: http://10.201.7.30:9090/didsserver/login
-
- SSOValidateUrl: http://10.201.7.30:9090/didsserver/serviceValidate
-
- SSOServiceUrl: http://10.11.0.240:1645/approve-gateway/login
- accessType: 1
-
- webServiceUrl: http://10.201.7.30:9090/didsserver/webservices/
- jndi: JDBC/DIDS
- filterType: 1
-
- noFilterUrl: /api/v1/,/v1/,/v2/api-docs,services,hessian,commons,install.action,.xml,/install,/widgets-src/,/authorizationPage.html,/importAuthorizationFile.html,/license/LicenseManagerServlet,/authorizationFile/
- dcuc:
- casServerUrlPrefix: http://192.168.10.2:8877/sso
- serverName: http://10.11.0.240:1645 http://10.254.11.185:1645 http://10.11.0.200:1645
- ignorePattern: '/approve-core/api/*|/approve-core/v1/*|/approve-core/v2/*|/js/*|/img/*|/css/*|/api/*|/*.png|/rest/*|/webSocket/*|/oauthLogin/*|/authorizationPage.html|/importAuthorizationFile.html|/license/LicenseManagerServlet|/authorizationFile/|/auditsvr/|/authsvr/|/codelist/|/swagger-ui.html'
- appCode: YHZX0000000000000001
- security-access:
- jwt:
- enabled: false
- user-token-header-name: userToken
- dcuc:
- approve:
- bim-identity-url: https://127.0.0.1:8443/bim-server
- bim-login-id: app1
- bim-secret-key: app1@123
- huawei-login-filter-url: /approve-core/v2/api-docs,/approve-core/api/*,services,hessian,commons,install.action,.xml,/install,/widgets-src/,/authorizationPage.html,/importAuthorizationFile.html,/license/LicenseManagerServlet,/authorizationFile/
|