shop-recycle-payment-web-configmap.yaml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. apiVersion: v1
  2. kind: ConfigMap
  3. metadata:
  4. name: shop-recycle-payment-web-configmap
  5. namespace: production
  6. data:
  7. port: "1219"
  8. context-path: "/payment/api"
  9. name: "shop-recycle-payment-web"
  10. type: "com.zaxxer.hikari.HikariDataSource"
  11. driver-class-name: "com.mysql.cj.jdbc.Driver"
  12. url: "jdbc:mysql://rm-bp19t90t7u8n5b0fh.mysql.rds.aliyuncs.com:3306/shop_recycle_payment?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true"
  13. connection-timeout: "30000"
  14. maximum-pool-size: "10"
  15. minimum-idle: "1"
  16. master: "mymaster"
  17. - redis.jxfx1.com: "27000"
  18. - redis.jxfx2.com: "27000"
  19. - redis.jxfx3.com: "27000"
  20. database: "15"
  21. host: "mq.bak.com"
  22. port: "5672"
  23. virtualHost: "shop-recycle-msg"
  24. database: "recycle"
  25. host: "mg.bak.com"
  26. port: "27017"
  27. allow-bean-definition-overriding: "true"
  28. server-addr: "${nacos.service-address}:${nacos.port}"
  29. service: "${spring.application.name} # 褰撳墠鏈嶅姟鐨勫悕绉帮紝榛樿涓?${spring.application.name}"
  30. weight: "1 # 鏈嶅姟鐨勬潈閲嶏紝鍙栧€糩1, 100]锛岄粯璁や负1"
  31. name: "${spring.application.name}"
  32. registry: "# 鍗曟敞鍐屼腑蹇?"
  33. address: "nacos://${nacos.service-address}:${nacos.port}"
  34. timeout: "50000"
  35. filter: "tracing"
  36. service-address: "nacos.bak.com"
  37. port: "8848"
  38. weixinpay-notify-url: "http://gateway.jxfxtd.com/payment/api/pay/notify/wechat"
  39. mobile-success-url: "http://m.9000ji.com/success"
  40. body: "绻佹槦鍥炴敹"
  41. wechat-ssm-merchant-id: "1101717840"
  42. wechat-sub-mch-id: "1101717840"
  43. wechat-gateway-url: "https://api.mch.weixin.qq.com/pay/unifiedorder"
  44. wechat-gateway-query-url: "https://api.mch.weixin.qq.com/pay/orderquery"
  45. wechat-transfer-url: "https://api.mch.weixin.qq.com/mmpaymkttransfers/promotion/transfers"
  46. wechat-transfer-query-url: "https://api.mch.weixin.qq.com/mmpaymkttransfers/gettransferinfo"
  47. wechat_transfer_cert_path: "/data/wechat_cert/apiclient_transfer_cert.p12"
  48. wechat-small-store-id: "wxc06c57d31a926122"
  49. wechat-transfer-success-url: "http://beitiema.jxfxtd.com/success.html"
  50. wechat-pay-bank-url: "https://api.mch.weixin.qq.com/mmpaysptrans/pay_bank"
  51. wechat-query-bank-url: "https://api.mch.weixin.qq.com/mmpaysptrans/query_bank"
  52. v3-cert-path: "/data/wechat_cert/v3_apiclient_cert.pem"
  53. v3-mchSerial-no: "44DF39392061AEDA27CC57542BF86536261B2EB4"
  54. v3-wechat-transfer-batches-url: "https://api.mch.weixin.qq.com/v3/transfer/batches"
  55. v3-wechat-transfer-query-url: "https://api.mch.weixin.qq.com/v3/transfer/batches/out-batch-no/%s/details/out-detail-no/%s"
  56. alipay-appid: "2021006115638634"
  57. alipay-root-cert: "/data/alipay_cert/alipayRootCert.crt"
  58. alipay-qrCode-notify-url: "http://gateway.jxfxtd.com/payment/api/pay/notify/alipay"
  59. yeepay-pay-notify-url: "http://gateway.jxfxtd.com/payment/api/pay/notify/yeepay"
  60. domain: "https://api.mch.weixin.qq.com"
  61. mch-transfer-url: "/v3/fund-app/mch-transfer/transfer-bills"
  62. mch-transfer-query-url: "/v3/fund-app/mch-transfer/transfer-bills/out-bill-no/%s"
  63. mch-transfer-notify-url: "https://gateway.jxfxtd.com/payment/api/pay/notify/callback"
  64. mch-id: "1101717840"
  65. mch-serial-no: "44DF39392061AEDA27CC57542BF86536261B2EB4"
  66. common-cert-path: "/data/wechat_cert/v3_apiclient_cert.pem"
  67. scene-id: "1010"
  68. is-reveal-error: "false"
  69. enabled: "true"
  70. application-id: "${spring.application.name}"
  71. tx-service-group: "my_test_tx_group"
  72. type: "nacos"
  73. serverAddr: "nacos.bak.com:8848"
  74. group: "SEATA_GROUP"
  75. type: "nacos"
  76. application: "seata-server"
  77. server-addr: "nacos.bak.com:8848"
  78. googleCommandEnable: "close"