app: name: shop-recycle-payment replicaCount: 1 image: repository: harbor.stardance/shoprecycle/shop-payment tag: v2.0.0 pullPolicy: IfNotPresent service: type: ClusterIP port: 1218 targetPort: 1218 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: server: port: 1218 logging: level: org.springframework: INFO com.ssm: DEBUG spring: application: name: shop-recycle-payment-service datasource: type: com.zaxxer.hikari.HikariDataSource driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://rm-bp19t90t7u8n5b0fh.mysql.rds.aliyuncs.com:3306/shop_recycle_payment?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true username: root password: Fxjxtdacf8f_a3d_202600104d6c_41 hikari: connection-timeout: 30000 maximum-pool-size: 10 minimum-idle: 1 redis: sentinel: master: mymaster nodes: - redis.jxfx1.com:27000 - redis.jxfx2.com:27000 - redis.jxfx3.com:27000 password: 3sm_redis database: 15 rabbitmq: host: mq.bak.com port: 5672 username: guest password: guest virtualHost: shop-recycle-msg main: allow-bean-definition-overriding: true cloud: nacos: discovery: server-addr: nacos.bak.com:8848 service: shop-recycle-payment-service weight: 1 dubbo: application: name: shop-recycle-payment-service provider: registry: address: nacos://nacos.bak.com:8848 filter: tracing consumer: filter: tracing protocol: name: dubbo port: 2027 mybatis-plus: mapper-locations: classpath:/mapper/*Mapper.xml global-config: id-type: 0 field-strategy: 0 db-column-underline: true logic-delete-value: 1 logic-not-delete-value: 0 configuration: map-underscore-to-camel-case: true cache-enabled: false jdbc-type-for-null: null seata: enabled: true application-id: shop-recycle-payment-service tx-service-group: my_test_tx_group config: type: nacos nacos: namespace: null serverAddr: nacos.bak.com:8848 group: SEATA_GROUP userName: nacos password: nacos registry: type: nacos nacos: application: seata-server server-addr: nacos.bak.com:8848 namespace: null userName: nacos password: nacos paydev: product mobilepay: wechat-sub-mch-id: 1609430211 wechat-jqj-key: d1270011522462462200ApAMF8ssms20 wechat-transfer-url: https://api.mch.weixin.qq.com/mmpaymkttransfers/promotion/transfers wechat_transfer_cert_path: /data/wechat_cert/apiclient_transfer_cert.p12 wechat-small-store-id: wxc06c57d31a926122 v3-key-path: /data/wechat_cert/v3_apiclient_key.pem v3-cert-path: /data/wechat_cert/v3_apiclient_cert.pem v3-mchSerial-no: 2620D27947AA7A2AC1D99449131850AFCACA2611 v3-wechat-transfer-batches-url: https://api.mch.weixin.qq.com/v3/transfer/batches v3-wechat-transfer-query-url: https://api.mch.weixin.qq.com/v3/transfer/batches/out-batch-no/%s/details/out-detail-no/%s alipay-private-key: /data/alipay_cert/alipayPrivateKey.txt alipay-appid: 2021006115638634 alipay-cert-public-key-rsa2: /data/alipay_cert/alipayCertPublicKey_RSA2.crt alipay-root-cert: /data/alipay_cert/alipayRootCert.crt alipay-app-cert-public-key: /data/alipay_cert/appCertPublicKey_2021006115638634.crt wechat-ssm-merchant-id: 1491322762 wechat-ssm-app-id: wxc06c57d31a926122 wechat-refund-url: https://api.mch.weixin.qq.com/secapi/pay/refund wechat-refund-notify-url: https://gateway.jxfxtd.com/payment/api/pay/notify/wechat/refund wechat-ssm-cert-path: /data/wechat_cert/1491322762.p12 wechat-ssm-key: d1270011522462462200ApAMF8ssms20 yeepay-app-key: 10090842957 yeepay-refund-notify-url: https://pregateway.fanxingtiaodong.com/payment/api/pay/notify/yeepay/refund wechat-pay: domain: https://api.mch.weixin.qq.com mch-transfer-url: /v3/fund-app/mch-transfer/transfer-bills mch-transfer-query-url: /v3/fund-app/mch-transfer/transfer-bills/out-bill-no/%s mch-transfer-notify-url: https://gateway.jxfxtd.com/payment/api/pay/notify/callback app-id: wxc06c57d31a926122 mch-id: 1726979421 mch-serial-no: 7E7BCB6718AB85F17C33C94D973CADC6FD1E4AE7 common-api-key: d1270011522462462200ApAMF8ssms20 common-key-path: /data/wechat_cert/v3_apiclient_key.pem common-cert-path: /data/wechat_cert/v3_apiclient_cert.pem private-key-path: /data/upload/publicPkcs8.pem public-key-id: PUB_KEY_ID_0111017178402026010600382186002602 scene-id: 1010 public-key-path: /data/upload/publicPkcs8.pem podAnnotations: {} securityContext: {} nodeSelector: {} tolerations: [] affinity: {}