values.yaml 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. app:
  2. name: shop-recycle-order-center
  3. replicaCount: 1
  4. image:
  5. repository: harbor.stardance/shoprecycle/shop-order-center
  6. tag: v2.0.0
  7. pullPolicy: IfNotPresent
  8. service:
  9. type: ClusterIP
  10. port: 1203
  11. targetPort: 1203
  12. resources:
  13. requests:
  14. cpu: 250m
  15. memory: 256Mi
  16. limits:
  17. cpu: 500m
  18. memory: 512Mi
  19. config:
  20. yml:
  21. server:
  22. port: 1203
  23. logging:
  24. level:
  25. org.springframework: INFO
  26. com.ssm: DEBUG
  27. spring:
  28. application:
  29. name: shop-recycle-order-service
  30. datasource:
  31. type: com.zaxxer.hikari.HikariDataSource
  32. driver-class-name: com.mysql.cj.jdbc.Driver
  33. url: jdbc:mysql://rm-bp19t90t7u8n5b0fh.mysql.rds.aliyuncs.com:3306/shop_recycle_order?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true
  34. username: root
  35. password: Fxjxtdacf8f_a3d_202600104d6c_41
  36. hikari:
  37. connection-timeout: 30000
  38. maximum-pool-size: 220
  39. minimum-idle: 1
  40. main:
  41. allow-bean-definition-overriding: true
  42. cloud:
  43. nacos:
  44. discovery:
  45. server-addr: nacos.bak.com:8848
  46. service: shop-recycle-order-service
  47. weight: 1
  48. redis:
  49. sentinel:
  50. master: mymaster
  51. nodes:
  52. - redis.jxfx1.com:27000
  53. - redis.jxfx2.com:27000
  54. - redis.jxfx3.com:27000
  55. password: 3sm_redis
  56. database: 15
  57. rabbitmq:
  58. host: mq.bak.com
  59. port: 5672
  60. username: guest
  61. password: guest
  62. virtualHost: shop-recycle-order-image
  63. mongodb:
  64. database: recycle
  65. host: mg.bak.com
  66. port: 27017
  67. dubbo:
  68. application:
  69. name: shop-recycle-order-service
  70. provider:
  71. registry:
  72. address: nacos://nacos.bak.com:8848
  73. filter: tracing
  74. consumer:
  75. filter: tracing
  76. protocol:
  77. name: dubbo
  78. port: 2022
  79. dubbo:
  80. payload: 41457280
  81. mybatis-plus:
  82. mapper-locations: classpath:/mapper/*Mapper.xml
  83. global-config:
  84. id-type: 0
  85. field-strategy: 0
  86. db-column-underline: true
  87. logic-delete-value: 1
  88. logic-not-delete-value: 0
  89. configuration:
  90. map-underscore-to-camel-case: true
  91. cache-enabled: false
  92. jdbc-type-for-null: null
  93. swagger:
  94. show: true
  95. seata:
  96. enabled: true
  97. application-id: shop-recycle-store-wechat-web
  98. tx-service-group: my_test_tx_group
  99. config:
  100. type: nacos
  101. nacos:
  102. namespace: null
  103. serverAddr: nacos.bak.com:8848
  104. group: SEATA_GROUP
  105. userName: nacos
  106. password: nacos
  107. registry:
  108. type: nacos
  109. nacos:
  110. application: seata-server
  111. server-addr: nacos.bak.com:8848
  112. namespace: null
  113. userName: nacos
  114. password: nacos
  115. dinglin:
  116. appid: '100302'
  117. appsecret: 69FA0CC17AC3428B9B8C8C0941E54347
  118. version: v1
  119. company: fx
  120. basic-url: https://www.cddltx.com/_BusinessApi/v1/openapi
  121. order-pay: /OrderPay
  122. sf-deliver-tm: /Order_SFdeliverTm
  123. sf-cancel: /CanceOrder
  124. sf-schedule: /Schedule
  125. sf-route-query: /Order_SFRouteQuery
  126. jd-deliver-tm: /queryEstimatedFreights
  127. jd-cancel: /CancelJDOrder
  128. jd-route-query: /Order_JDRouteQuery
  129. order-detail: /OrderDetail
  130. cxh:
  131. host: https://openapi-sandboxzczzcz.sand-wan.zhuanzhuan.com
  132. hostOpenapi: https://openapi-sandboxzczzcz.sand-wan.zhuanzhuan.com
  133. authorizeUrl: https://openapi-sandboxzczzcz.sand-wan.zhuanzhuan.com/authorize
  134. refreshTokenUrl: https://openapi-sandboxzczzcz.sand-wan.zhuanzhuan.com/refreshToken
  135. pushHighestOfferUrl: https://openapi-sandboxzczzcz.sand-wan.zhuanzhuan.com/open/router/hunter/pushHighestOffer
  136. pushReceivingNoticeUrl: https://openapi-sandboxzczzcz.sand-wan.zhuanzhuan.com/open/router/hunter/pushReceivingNotice
  137. clientId: 88830527-2bca-4904-8aa0-47d43a630fba
  138. clientSecret: ba38ccd2-8470-42b0-8e37-7ba5cc2d0078
  139. pushBargainPriceUrl: https://openapi-sandboxzczzcz.sand-wan.zhuanzhuan.com/open/router/hunter/pushBargainPrice
  140. hostBuy: http://openapi-fxagency.test-wan.zhuanzhuan.com
  141. hostOpenapiBuy: http://openapi-fxagency.test-wan.zhuanzhuan.com
  142. authorizeUrlBuy: http://openapi-fxagency.test-wan.zhuanzhuan.com/authorize
  143. refreshTokenUrlBuy: http://openapi-fxagency.test-wan.zhuanzhuan.com/refreshToken
  144. saveOrderUrl: http://openapi-fxagency.test-wan.zhuanzhuan.com/open/router/hunter/applyForSellV2
  145. agreeOrRejectUrl: http://openapi-fxagency.test-wan.zhuanzhuan.com/open/router/hunter/confirmOrCancelOrderV2
  146. queryPayStateUrl: http://openapi-fxagency.test-wan.zhuanzhuan.com/open/router/hunter/queryPayStateByOrderId
  147. clientIdBuy: 5a23972c-b357-4e7f-a571-c5ac0f5c49e5
  148. clientSecretBuy: 20da1539-cb4f-4fab-8754-236c7931493b
  149. uid: 258448128059820544
  150. warehouseId: 43898636712455
  151. returnAddressId: 1684842881086392387
  152. saveOrderUrlOld: http://openapi-fxagency.test-wan.zhuanzhuan.com/open/router/hunter/applyForSell
  153. agreeOrRejectUrlOld: http://openapi-fxagency.test-wan.zhuanzhuan.com/open/router/hunter/confirmOrCancelOrder
  154. clientIdBuyOld: 0f795a81-9b5a-4a7e-8220-eacd9cdcde0b
  155. clientSecretBuyOld: d2176329-4faf-4616-9075-0b05695ab69f
  156. uidOld: 330898749679326080
  157. returnAddressIdOld: 1505364347633796099
  158. version: old
  159. lb:
  160. host: https://ecp.xrxyshop.com
  161. pushHighestOfferUrl: https://ecp.xrxyshop.com/terminal/recoveryBid.do
  162. pushReceivingNoticeUrl: https://ecp.xrxyshop.com/terminal/recoveryOfGoodsReceived.do
  163. getExpressNoUrl: https://ecp.xrxyshop.com/terminal/getLogisticsComparison.do
  164. sign: 16cc2d348ee943e9ea563c74612b8686
  165. sign2: 26cc2d348ee943e9ea563c74612b8686
  166. lbmap:
  167. map:
  168. lb:
  169. sign: oGGlA6bEgqzcWVoxPEKDBoPFqoV0
  170. lb2:
  171. sign: oG6IA6bEKqzcAPoxPVbBWoPFd8R6
  172. lb2lb3:
  173. sign: oAAla6begOPcWjoxP5yDBu9TqQV0
  174. tencent-cloud:
  175. secretId: 60kIeniT4Ur5BFDzXs0vSsDOWejfP0NX
  176. secretKey: AKIDMbdS7ZoskRvFOPDpvugEZifQ0PbcR5Yo
  177. cosBucketName: 0791ncfxtd-1390340169
  178. region: ap-shanghai
  179. podAnnotations: {}
  180. securityContext: {}
  181. nodeSelector: {}
  182. tolerations: []
  183. affinity: {}