| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- apiVersion: v1
- kind: ConfigMap
- metadata:
- name: shop-recycle-payment-configmap
- namespace: production
- data:
- port: "1218"
- org.springframework: "INFO"
- com.ssm: "DEBUG"
- name: "shop-recycle-payment-service"
- 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"
- connection-timeout: "30000"
- maximum-pool-size: "10"
- minimum-idle: "1"
- master: "mymaster"
- - redis.jxfx1.com: "27000"
- - redis.jxfx2.com: "27000"
- - redis.jxfx3.com: "27000"
- database: "15"
- host: "mq.bak.com"
- port: "5672"
- virtualHost: "shop-recycle-msg"
- allow-bean-definition-overriding: "true"
- server-addr: "${nacos.service-address}:${nacos.port}"
- service: "${spring.application.name} # 褰撳墠鏈嶅姟鐨勫悕绉帮紝榛樿涓?${spring.application.name}"
- weight: "1 # 鏈嶅姟鐨勬潈閲嶏紝鍙栧€糩1, 100]锛岄粯璁や负1"
- name: "${spring.application.name}"
- provider: "# 浣滀负鎻愪緵鑰呯殑閰嶇疆"
- registry: "# 鍗曟敞鍐屼腑蹇?"
- address: "nacos://${nacos.service-address}:${nacos.port}"
- filter: "tracing"
- filter: "tracing"
- name: "dubbo"
- port: "2027"
- mapper-locations: "classpath:/mapper/*Mapper.xml"
- id-type: "0"
- field-strategy: "0"
- db-column-underline: "true"
- logic-delete-value: "1"
- logic-not-delete-value: "0"
- map-underscore-to-camel-case: "true"
- cache-enabled: "false"
- service-address: "nacos.bak.com"
- port: "8848"
- enabled: "true"
- application-id: "${spring.application.name}"
- tx-service-group: "my_test_tx_group"
- type: "nacos"
- serverAddr: "nacos.bak.com:8848"
- group: "SEATA_GROUP"
- type: "nacos"
- application: "seata-server"
- server-addr: "nacos.bak.com:8848"
- paydev: "product"
- wechat-sub-mch-id: "1609430211"
- 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-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-appid: "2021006115638634"
- alipay-root-cert: "/data/alipay_cert/alipayRootCert.crt"
- wechat-ssm-merchant-id: "1491322762"
- 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"
- yeepay-refund-notify-url: "https://pregateway.fanxingtiaodong.com/payment/api/pay/notify/yeepay/refund"
- 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"
- mch-id: "1726979421"
- mch-serial-no: "7E7BCB6718AB85F17C33C94D973CADC6FD1E4AE7"
- common-cert-path: "/data/wechat_cert/v3_apiclient_cert.pem"
- scene-id: "1010"
|