shop-recycle-payment-configmap.yaml 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. apiVersion: v1
  2. kind: ConfigMap
  3. metadata:
  4. name: shop-recycle-payment-configmap
  5. namespace: production
  6. data:
  7. port: "1218"
  8. org.springframework: "INFO"
  9. com.ssm: "DEBUG"
  10. name: "shop-recycle-payment-service"
  11. type: "com.zaxxer.hikari.HikariDataSource"
  12. driver-class-name: "com.mysql.cj.jdbc.Driver"
  13. url: "jdbc:mysql://rm-bp19t90t7u8n5b0fh.mysql.rds.aliyuncs.com:3306/shop_recycle_payment?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true"
  14. connection-timeout: "30000"
  15. maximum-pool-size: "10"
  16. minimum-idle: "1"
  17. master: "mymaster"
  18. - redis.jxfx1.com: "27000"
  19. - redis.jxfx2.com: "27000"
  20. - redis.jxfx3.com: "27000"
  21. database: "15"
  22. host: "mq.bak.com"
  23. port: "5672"
  24. virtualHost: "shop-recycle-msg"
  25. allow-bean-definition-overriding: "true"
  26. server-addr: "${nacos.service-address}:${nacos.port}"
  27. service: "${spring.application.name} # 褰撳墠鏈嶅姟鐨勫悕绉帮紝榛樿涓?${spring.application.name}"
  28. weight: "1 # 鏈嶅姟鐨勬潈閲嶏紝鍙栧€糩1, 100]锛岄粯璁や负1"
  29. name: "${spring.application.name}"
  30. provider: "# 浣滀负鎻愪緵鑰呯殑閰嶇疆"
  31. registry: "# 鍗曟敞鍐屼腑蹇?"
  32. address: "nacos://${nacos.service-address}:${nacos.port}"
  33. filter: "tracing"
  34. filter: "tracing"
  35. name: "dubbo"
  36. port: "2027"
  37. mapper-locations: "classpath:/mapper/*Mapper.xml"
  38. id-type: "0"
  39. field-strategy: "0"
  40. db-column-underline: "true"
  41. logic-delete-value: "1"
  42. logic-not-delete-value: "0"
  43. map-underscore-to-camel-case: "true"
  44. cache-enabled: "false"
  45. service-address: "nacos.bak.com"
  46. port: "8848"
  47. enabled: "true"
  48. application-id: "${spring.application.name}"
  49. tx-service-group: "my_test_tx_group"
  50. type: "nacos"
  51. serverAddr: "nacos.bak.com:8848"
  52. group: "SEATA_GROUP"
  53. type: "nacos"
  54. application: "seata-server"
  55. server-addr: "nacos.bak.com:8848"
  56. paydev: "product"
  57. wechat-sub-mch-id: "1609430211"
  58. wechat-transfer-url: "https://api.mch.weixin.qq.com/mmpaymkttransfers/promotion/transfers"
  59. wechat_transfer_cert_path: "/data/wechat_cert/apiclient_transfer_cert.p12"
  60. wechat-small-store-id: "wxc06c57d31a926122"
  61. v3-cert-path: "/data/wechat_cert/v3_apiclient_cert.pem"
  62. v3-mchSerial-no: "2620D27947AA7A2AC1D99449131850AFCACA2611"
  63. v3-wechat-transfer-batches-url: "https://api.mch.weixin.qq.com/v3/transfer/batches"
  64. v3-wechat-transfer-query-url: "https://api.mch.weixin.qq.com/v3/transfer/batches/out-batch-no/%s/details/out-detail-no/%s"
  65. alipay-appid: "2021006115638634"
  66. alipay-root-cert: "/data/alipay_cert/alipayRootCert.crt"
  67. wechat-ssm-merchant-id: "1491322762"
  68. wechat-refund-url: "https://api.mch.weixin.qq.com/secapi/pay/refund"
  69. wechat-refund-notify-url: "https://gateway.jxfxtd.com/payment/api/pay/notify/wechat/refund"
  70. wechat-ssm-cert-path: "/data/wechat_cert/1491322762.p12"
  71. yeepay-refund-notify-url: "https://pregateway.fanxingtiaodong.com/payment/api/pay/notify/yeepay/refund"
  72. domain: "https://api.mch.weixin.qq.com"
  73. mch-transfer-url: "/v3/fund-app/mch-transfer/transfer-bills"
  74. mch-transfer-query-url: "/v3/fund-app/mch-transfer/transfer-bills/out-bill-no/%s"
  75. mch-transfer-notify-url: "https://gateway.jxfxtd.com/payment/api/pay/notify/callback"
  76. mch-id: "1726979421"
  77. mch-serial-no: "7E7BCB6718AB85F17C33C94D973CADC6FD1E4AE7"
  78. common-cert-path: "/data/wechat_cert/v3_apiclient_cert.pem"
  79. scene-id: "1010"