values.yaml 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. app:
  2. name: shop-recycle-payment
  3. replicaCount: 1
  4. image:
  5. repository: harbor.stardance/shoprecycle/shop-payment
  6. tag: v2.0.0
  7. pullPolicy: IfNotPresent
  8. service:
  9. type: ClusterIP
  10. port: 1218
  11. targetPort: 1218
  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: 1218
  23. logging:
  24. level:
  25. org.springframework: INFO
  26. com.ssm: DEBUG
  27. spring:
  28. application:
  29. name: shop-recycle-payment-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_payment?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: 10
  39. minimum-idle: 1
  40. redis:
  41. sentinel:
  42. master: mymaster
  43. nodes:
  44. - redis.jxfx1.com:27000
  45. - redis.jxfx2.com:27000
  46. - redis.jxfx3.com:27000
  47. password: 3sm_redis
  48. database: 15
  49. rabbitmq:
  50. host: mq.bak.com
  51. port: 5672
  52. username: guest
  53. password: guest
  54. virtualHost: shop-recycle-msg
  55. main:
  56. allow-bean-definition-overriding: true
  57. cloud:
  58. nacos:
  59. discovery:
  60. server-addr: nacos.bak.com:8848
  61. service: shop-recycle-payment-service
  62. weight: 1
  63. dubbo:
  64. application:
  65. name: shop-recycle-payment-service
  66. provider:
  67. registry:
  68. address: nacos://nacos.bak.com:8848
  69. filter: tracing
  70. consumer:
  71. filter: tracing
  72. protocol:
  73. name: dubbo
  74. port: 2027
  75. mybatis-plus:
  76. mapper-locations: classpath:/mapper/*Mapper.xml
  77. global-config:
  78. id-type: 0
  79. field-strategy: 0
  80. db-column-underline: true
  81. logic-delete-value: 1
  82. logic-not-delete-value: 0
  83. configuration:
  84. map-underscore-to-camel-case: true
  85. cache-enabled: false
  86. jdbc-type-for-null: null
  87. seata:
  88. enabled: true
  89. application-id: shop-recycle-payment-service
  90. tx-service-group: my_test_tx_group
  91. config:
  92. type: nacos
  93. nacos:
  94. namespace: null
  95. serverAddr: nacos.bak.com:8848
  96. group: SEATA_GROUP
  97. userName: nacos
  98. password: nacos
  99. registry:
  100. type: nacos
  101. nacos:
  102. application: seata-server
  103. server-addr: nacos.bak.com:8848
  104. namespace: null
  105. userName: nacos
  106. password: nacos
  107. paydev: product
  108. mobilepay:
  109. wechat-sub-mch-id: 1609430211
  110. wechat-jqj-key: d1270011522462462200ApAMF8ssms20
  111. wechat-transfer-url: https://api.mch.weixin.qq.com/mmpaymkttransfers/promotion/transfers
  112. wechat_transfer_cert_path: /data/wechat_cert/apiclient_transfer_cert.p12
  113. wechat-small-store-id: wxc06c57d31a926122
  114. v3-key-path: /data/wechat_cert/v3_apiclient_key.pem
  115. v3-cert-path: /data/wechat_cert/v3_apiclient_cert.pem
  116. v3-mchSerial-no: 2620D27947AA7A2AC1D99449131850AFCACA2611
  117. v3-wechat-transfer-batches-url: https://api.mch.weixin.qq.com/v3/transfer/batches
  118. v3-wechat-transfer-query-url: https://api.mch.weixin.qq.com/v3/transfer/batches/out-batch-no/%s/details/out-detail-no/%s
  119. alipay-private-key: /data/alipay_cert/alipayPrivateKey.txt
  120. alipay-appid: 2021006115638634
  121. alipay-cert-public-key-rsa2: /data/alipay_cert/alipayCertPublicKey_RSA2.crt
  122. alipay-root-cert: /data/alipay_cert/alipayRootCert.crt
  123. alipay-app-cert-public-key: /data/alipay_cert/appCertPublicKey_2021006115638634.crt
  124. wechat-ssm-merchant-id: 1491322762
  125. wechat-ssm-app-id: wxc06c57d31a926122
  126. wechat-refund-url: https://api.mch.weixin.qq.com/secapi/pay/refund
  127. wechat-refund-notify-url: https://gateway.jxfxtd.com/payment/api/pay/notify/wechat/refund
  128. wechat-ssm-cert-path: /data/wechat_cert/1491322762.p12
  129. wechat-ssm-key: d1270011522462462200ApAMF8ssms20
  130. yeepay-app-key: 10090842957
  131. yeepay-refund-notify-url: https://pregateway.fanxingtiaodong.com/payment/api/pay/notify/yeepay/refund
  132. wechat-pay:
  133. domain: https://api.mch.weixin.qq.com
  134. mch-transfer-url: /v3/fund-app/mch-transfer/transfer-bills
  135. mch-transfer-query-url: /v3/fund-app/mch-transfer/transfer-bills/out-bill-no/%s
  136. mch-transfer-notify-url: https://gateway.jxfxtd.com/payment/api/pay/notify/callback
  137. app-id: wxc06c57d31a926122
  138. mch-id: 1726979421
  139. mch-serial-no: 7E7BCB6718AB85F17C33C94D973CADC6FD1E4AE7
  140. common-api-key: d1270011522462462200ApAMF8ssms20
  141. common-key-path: /data/wechat_cert/v3_apiclient_key.pem
  142. common-cert-path: /data/wechat_cert/v3_apiclient_cert.pem
  143. private-key-path: /data/upload/publicPkcs8.pem
  144. public-key-id: PUB_KEY_ID_0111017178402026010600382186002602
  145. scene-id: 1010
  146. public-key-path: /data/upload/publicPkcs8.pem
  147. podAnnotations: {}
  148. securityContext: {}
  149. nodeSelector: {}
  150. tolerations: []
  151. affinity: {}