values.yaml 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. app:
  2. name: shop-recycle-payment-web
  3. replicaCount: 1
  4. image:
  5. repository: harbor.stardance/shoprecycle/shop-payment-web
  6. tag: v2.0.0
  7. pullPolicy: IfNotPresent
  8. service:
  9. type: ClusterIP
  10. port: 1219
  11. targetPort: 1219
  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: 1219
  23. servlet:
  24. context-path: /payment/api
  25. spring:
  26. application:
  27. name: shop-recycle-payment-web
  28. datasource:
  29. type: com.zaxxer.hikari.HikariDataSource
  30. driver-class-name: com.mysql.cj.jdbc.Driver
  31. url: jdbc:mysql://rm-bp19t90t7u8n5b0fh.mysql.rds.aliyuncs.com:3306/shop_recycle_payment?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true
  32. username: root
  33. password: Fxjxtdacf8f_a3d_202600104d6c_41
  34. hikari:
  35. connection-timeout: 30000
  36. maximum-pool-size: 10
  37. minimum-idle: 1
  38. redis:
  39. sentinel:
  40. master: mymaster
  41. nodes:
  42. - redis.jxfx1.com:27000
  43. - redis.jxfx2.com:27000
  44. - redis.jxfx3.com:27000
  45. password: 3sm_redis
  46. database: 15
  47. rabbitmq:
  48. host: mq.bak.com
  49. port: 5672
  50. username: guest
  51. password: guest
  52. virtualHost: shop-recycle-msg
  53. mongodb:
  54. database: recycle
  55. host: mg.bak.com
  56. port: 27017
  57. main:
  58. allow-bean-definition-overriding: true
  59. cloud:
  60. nacos:
  61. discovery:
  62. server-addr: nacos.bak.com:8848
  63. service: shop-recycle-payment-web
  64. weight: 1
  65. dubbo:
  66. application:
  67. name: shop-recycle-payment-web
  68. consumer:
  69. registry:
  70. address: nacos://nacos.bak.com:8848
  71. timeout: 50000
  72. filter: tracing
  73. mobilepay:
  74. weixinpay-notify-url: http://gateway.jxfxtd.com/payment/api/pay/notify/wechat
  75. mobile-success-url: http://m.9000ji.com/success
  76. body: 繁星回收
  77. wechat-ssm-app-id: wxc06c57d31a926122
  78. wechat-ssm-merchant-id: 1101717840
  79. wechat-sub-mch-id: 1101717840
  80. wechat-sub-app-id: wxc06c57d31a926122
  81. wechat-js-app-id: wxc06c57d31a926122
  82. wechat-small-app-id: wxc06c57d31a926122
  83. wechat-ssm-key: d1270011522462462200ApAMF8ssms20
  84. wechat-jqj-key: d1270011522462462200ApAMF8ssms20
  85. wechat-gateway-url: https://api.mch.weixin.qq.com/pay/unifiedorder
  86. wechat-gateway-query-url: https://api.mch.weixin.qq.com/pay/orderquery
  87. wechat-transfer-url: https://api.mch.weixin.qq.com/mmpaymkttransfers/promotion/transfers
  88. wechat-transfer-query-url: https://api.mch.weixin.qq.com/mmpaymkttransfers/gettransferinfo
  89. wechat_transfer_cert_path: /data/wechat_cert/apiclient_transfer_cert.p12
  90. wechat-small-store-id: wxc06c57d31a926122
  91. wechat-qrCode-create-url: https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxfe0445e225b9f506&redirect_uri=https://wechat.jxfxtd.com/wechat/api/fetchopenid?orderNo=%s&response_type=code&scope=snsapi_base&state=123#wechat_redirect
  92. wechat-transfer-success-url: http://beitiema.jxfxtd.com/success.html
  93. wechat-pay-bank-url: https://api.mch.weixin.qq.com/mmpaysptrans/pay_bank
  94. wechat-query-bank-url: https://api.mch.weixin.qq.com/mmpaysptrans/query_bank
  95. wechat-rsa-public-key-url: https://fraud.mch.weixin.qq.com/risk/getpublickey
  96. wechat-rsa-public-key-path: /data/wechat_cert/publicPkcs8.pem
  97. v3-key-path: /data/wechat_cert/v3_apiclient_key.pem
  98. v3-cert-path: /data/wechat_cert/v3_apiclient_cert.pem
  99. v3-mchSerial-no: 44DF39392061AEDA27CC57542BF86536261B2EB4
  100. v3-wechat-transfer-batches-url: https://api.mch.weixin.qq.com/v3/transfer/batches
  101. v3-wechat-transfer-query-url: https://api.mch.weixin.qq.com/v3/transfer/batches/out-batch-no/%s/details/out-detail-no/%s
  102. alipay-private-key: /data/alipay_cert/alipayPrivateKey.txt
  103. alipay-appid: 2021006115638634
  104. alipay-cert-public-key-rsa2: /data/alipay_cert/alipayCertPublicKey_RSA2.crt
  105. alipay-root-cert: /data/alipay_cert/alipayRootCert.crt
  106. alipay-app-cert-public-key: /data/alipay_cert/appCertPublicKey_2021006115638634.crt
  107. alipay-qrCode-create-url: https://beitiema.jxfxtd.com/pay.html#/index?orderNo=%s&userName=%s&userMobile=%s&amount=%s
  108. alipay-qrCode-notify-url: http://gateway.jxfxtd.com/payment/api/pay/notify/alipay
  109. yeepay-app-key: 10090842957
  110. yeepay-pay-notify-url: http://gateway.jxfxtd.com/payment/api/pay/notify/yeepay
  111. wechat-pay:
  112. domain: https://api.mch.weixin.qq.com
  113. mch-transfer-url: /v3/fund-app/mch-transfer/transfer-bills
  114. mch-transfer-query-url: /v3/fund-app/mch-transfer/transfer-bills/out-bill-no/%s
  115. mch-transfer-notify-url: https://gateway.jxfxtd.com/payment/api/pay/notify/callback
  116. app-id: wxfe0445e225b9f506
  117. mch-id: 1101717840
  118. mch-serial-no: 44DF39392061AEDA27CC57542BF86536261B2EB4
  119. common-api-key: d1270011522462462200ApAMF8ssms20
  120. common-key-path: /data/wechat_cert/v3_apiclient_key.pem
  121. common-cert-path: /data/wechat_cert/v3_apiclient_cert.pem
  122. private-key-path: /data/upload/publicPkcs8.pem
  123. public-key-id: PUB_KEY_ID_0111017178402026010600382186002602
  124. scene-id: 1010
  125. public-key-path: /data/upload/publicPkcs8.pem
  126. is-reveal-error: false
  127. seata:
  128. enabled: true
  129. application-id: shop-recycle-payment-web
  130. tx-service-group: my_test_tx_group
  131. config:
  132. type: nacos
  133. nacos:
  134. namespace: null
  135. serverAddr: nacos.bak.com:8848
  136. group: SEATA_GROUP
  137. userName: nacos
  138. password: nacos
  139. registry:
  140. type: nacos
  141. nacos:
  142. application: seata-server
  143. server-addr: nacos.bak.com:8848
  144. namespace: null
  145. userName: nacos
  146. password: nacos
  147. googleCommandEnable: close
  148. podAnnotations: {}
  149. securityContext: {}
  150. nodeSelector: {}
  151. tolerations: []
  152. affinity: {}