values.yaml 6.2 KB

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