iov-sjjh-servicenode-supplier-10000005-jkonline.yml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. server:
  2. tomcat:
  3. accesslog:
  4. buffered: false
  5. enabled: true
  6. pattern: '{"DateTime":"%{yyyy-MM-dd''T''HH:mm:ss.SSSZZ}t","ClientIP":"%a","Method":"%m","URI":"%U","RequestProtocol":"%H","ResponseCode":%s,
  7. "ResponseTime":%D,"UserAgent":"%{user-agent}i","X-Forwarded-For":"%{x-forwarded-for}r","X-User-IP":"%{X-User-IP}i","traceId":"%{x-b3-traceid}i","id":"%{x-b3-spanid}r",
  8. "parentId":"%{x-b3-parentspanid}i","ApplicationName":"${spring.application.name}","MG-IsCharge":%{isCharge}r,
  9. "MG-ChannelId":%{channelId}i,"MG-CustomBody":"%{x-requestQuery}r","MG-ResultBody":"%{resultBody}o",
  10. "MG-ResponseCode":%{respnoseCode}r,"MG-Upstream-ResponseCode":"%{upResponseCode}r","MG-SellingPrice":%{price}i,"req_type":"%{req_type}r","MG-ProductId":%{productId}i,"MG-UserId":%{userid}i}'
  11. prefix: access_${HOSTNAME}_${spring.application.name}_${server.port}
  12. directory: ${logging.path}
  13. servlet:
  14. context-path: /
  15. spring:
  16. cloud:
  17. config:
  18. overrideSystemProperties: true
  19. allowOverride: true
  20. overrideNone: true
  21. sleuth:
  22. sampler:
  23. probability: 1
  24. web:
  25. additional-skip-pattern: /api/v2/spans
  26. zipkin:
  27. base-url: http://127.0.0.1:${server.port}
  28. mvc:
  29. favicon:
  30. enabled: false
  31. #management
  32. management:
  33. endpoints:
  34. enabled-by-default: true
  35. web:
  36. exposure:
  37. include: '*'
  38. endpoint:
  39. health:
  40. show-details: always
  41. shutdown:
  42. enabled: true
  43. #logging
  44. logging:
  45. path: /data/var/jakarta/logs
  46. level:
  47. root: INFO
  48. red:
  49. microcloud: DEBUG
  50. config: classpath:config/logback-spring.xml
  51. file: ${logging.path}/catalina_${spring.cloud.client.hostname}_${spring.application.name}_${server.port}.out
  52. #error logging
  53. #sleuth logging
  54. rdc:
  55. logging:
  56. error-file: ${logging.path}/error_${spring.cloud.client.hostname}_${spring.application.name}_${server.port}.log
  57. sleuth-file: ${logging.path}/sleuth_${spring.cloud.client.hostname}_${spring.application.name}_${server.port}.log
  58. #eureka
  59. eureka:
  60. instance:
  61. prefer-ip-address: true
  62. instance-id: ${spring.cloud.client.ipaddress}:${server.port}
  63. metadata-map:
  64. management:
  65. server:
  66. port: ${management.server.port}
  67. health-check-url: http://${spring.cloud.client.ipaddress}:${management.server.port}${eureka.instance.health-check-url-path}
  68. health-check-url-path: /actuator/health
  69. client:
  70. serviceUrl:
  71. defaultZone: http://iov-sjjh-registcenter.iov-sjjh:8080/eureka
  72. #info
  73. #custom
  74. custom:
  75. url: http://jkxy.h11.site/gateway?api=credit.sec.data
  76. app:
  77. key: JIAO_KE
  78. secret:
  79. key: D78C393359BF128715C65D91C67051478A4DFC13
  80. api: IDCARD_2ND_V4
  81. yd1-api: CMCC_3RD_V1
  82. yd2-api: CMCC_3RD_V2
  83. yd3-api: CMCC_3RD_V6
  84. yd4-api: CMCC_3RD_V4
  85. yd-online-time: MOBILE_ONLINE_CHECK_V1
  86. yd-online-status: MOBILE_STATUS_CHECK_V1
  87. dianxin-api: CTCC_3RD_V2
  88. dx-online-time: CTCC_ONLINE_CHECK_V1
  89. dx-online-status: CTCC_STATUS_CHECK_V1
  90. liantong-api: CUCC_3RD_V1
  91. lt-online-time: CUCC_ONLINE_CHECK_V1
  92. lt-online-status: CUCC_STATUS_CHECK_V1
  93. yin-hang-three: BANK_3RD_V1
  94. yin-hang-four: BANK_4TH_V1
  95. sleepTime: 5000
  96. decode-three-element: CMCC_3RD_DECRYPT
  97. ctcc-detail: CTCC_3RD_DETAIL_V1
  98. jkxyUrl: http://jkxy.h11.site/gateway?api=credit.sec.data
  99. swagger:
  100. show: false