|
|
@@ -1,17 +1,14 @@
|
|
|
-app:
|
|
|
+app:
|
|
|
name: shop-recycle-payment-web
|
|
|
replicaCount: 1
|
|
|
-
|
|
|
image:
|
|
|
- repository: your-registry/shop-recycle-payment-web
|
|
|
- tag: "1.0.0"
|
|
|
+ repository: harbor.stardance/shoprecycle/shop-payment-web
|
|
|
+ tag: v2.0.0
|
|
|
pullPolicy: IfNotPresent
|
|
|
-
|
|
|
service:
|
|
|
type: ClusterIP
|
|
|
port: 1219
|
|
|
targetPort: 1219
|
|
|
-
|
|
|
resources:
|
|
|
requests:
|
|
|
cpu: 250m
|
|
|
@@ -19,18 +16,138 @@ resources:
|
|
|
limits:
|
|
|
cpu: 500m
|
|
|
memory: 512Mi
|
|
|
-
|
|
|
config:
|
|
|
yml:
|
|
|
- logging:
|
|
|
- level:
|
|
|
- root: INFO
|
|
|
- management:
|
|
|
- endpoints:
|
|
|
- web:
|
|
|
- exposure:
|
|
|
- include: health,info,metrics
|
|
|
-
|
|
|
+ server:
|
|
|
+ port: 1219
|
|
|
+ servlet:
|
|
|
+ context-path: /payment/api
|
|
|
+ spring:
|
|
|
+ application:
|
|
|
+ name: shop-recycle-payment-web
|
|
|
+ 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
|
|
|
+ mongodb:
|
|
|
+ database: recycle
|
|
|
+ host: mg.bak.com
|
|
|
+ port: 27017
|
|
|
+ main:
|
|
|
+ allow-bean-definition-overriding: true
|
|
|
+ cloud:
|
|
|
+ nacos:
|
|
|
+ discovery:
|
|
|
+ server-addr: ${nacos.service-address}:${nacos.port}
|
|
|
+ service: ${spring.application.name}
|
|
|
+ weight: 1
|
|
|
+ dubbo:
|
|
|
+ application:
|
|
|
+ name: ${spring.application.name}
|
|
|
+ consumer:
|
|
|
+ registry:
|
|
|
+ address: nacos://${nacos.service-address}:${nacos.port}
|
|
|
+ timeout: 50000
|
|
|
+ filter: tracing
|
|
|
+ nacos:
|
|
|
+ service-address: nacos.bak.com
|
|
|
+ port: 8848
|
|
|
+ mobilepay:
|
|
|
+ weixinpay-notify-url: http://gateway.jxfxtd.com/payment/api/pay/notify/wechat
|
|
|
+ mobile-success-url: http://m.9000ji.com/success
|
|
|
+ body: 繁星回收
|
|
|
+ wechat-ssm-app-id: wxc06c57d31a926122
|
|
|
+ wechat-ssm-merchant-id: 1101717840
|
|
|
+ wechat-sub-mch-id: 1101717840
|
|
|
+ wechat-sub-app-id: wxc06c57d31a926122
|
|
|
+ wechat-js-app-id: wxc06c57d31a926122
|
|
|
+ wechat-small-app-id: wxc06c57d31a926122
|
|
|
+ wechat-ssm-key: d1270011522462462200ApAMF8ssms20
|
|
|
+ wechat-jqj-key: d1270011522462462200ApAMF8ssms20
|
|
|
+ wechat-gateway-url: https://api.mch.weixin.qq.com/pay/unifiedorder
|
|
|
+ wechat-gateway-query-url: https://api.mch.weixin.qq.com/pay/orderquery
|
|
|
+ wechat-transfer-url: https://api.mch.weixin.qq.com/mmpaymkttransfers/promotion/transfers
|
|
|
+ wechat-transfer-query-url: https://api.mch.weixin.qq.com/mmpaymkttransfers/gettransferinfo
|
|
|
+ wechat_transfer_cert_path: /data/wechat_cert/apiclient_transfer_cert.p12
|
|
|
+ wechat-small-store-id: wxc06c57d31a926122
|
|
|
+ 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
|
|
|
+ wechat-transfer-success-url: http://beitiema.jxfxtd.com/success.html
|
|
|
+ wechat-pay-bank-url: https://api.mch.weixin.qq.com/mmpaysptrans/pay_bank
|
|
|
+ wechat-query-bank-url: https://api.mch.weixin.qq.com/mmpaysptrans/query_bank
|
|
|
+ wechat-rsa-public-key-url: https://fraud.mch.weixin.qq.com/risk/getpublickey
|
|
|
+ wechat-rsa-public-key-path: /data/wechat_cert/publicPkcs8.pem
|
|
|
+ v3-key-path: /data/wechat_cert/v3_apiclient_key.pem
|
|
|
+ v3-cert-path: /data/wechat_cert/v3_apiclient_cert.pem
|
|
|
+ v3-mchSerial-no: 44DF39392061AEDA27CC57542BF86536261B2EB4
|
|
|
+ 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
|
|
|
+ alipay-qrCode-create-url: https://beitiema.jxfxtd.com/pay.html#/index?orderNo=%s&userName=%s&userMobile=%s&amount=%s
|
|
|
+ alipay-qrCode-notify-url: http://gateway.jxfxtd.com/payment/api/pay/notify/alipay
|
|
|
+ yeepay-app-key: 10090842957
|
|
|
+ yeepay-pay-notify-url: http://gateway.jxfxtd.com/payment/api/pay/notify/yeepay
|
|
|
+ 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: wxfe0445e225b9f506
|
|
|
+ mch-id: 1101717840
|
|
|
+ mch-serial-no: 44DF39392061AEDA27CC57542BF86536261B2EB4
|
|
|
+ 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
|
|
|
+ is-reveal-error: false
|
|
|
+ seata:
|
|
|
+ enabled: true
|
|
|
+ application-id: ${spring.application.name}
|
|
|
+ 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
|
|
|
+ googleCommandEnable: close
|
|
|
podAnnotations: {}
|
|
|
securityContext: {}
|
|
|
nodeSelector: {}
|