| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- apiVersion: v1
- kind: ConfigMap
- metadata:
- name: shop-recycle-out-web-configmap
- namespace: production
- data:
- port: "1224"
- context-path: "/exterior/api"
- org.springframework: "INFO"
- com.ssm: "DEBUG"
- name: "shop-recycle-out-web"
- master: "mymaster"
- - redis.jxfx1.com: "27000"
- - redis.jxfx2.com: "27000"
- - redis.jxfx3.com: "27000"
- database: "15"
- allow-bean-definition-overriding: "true"
- server-addr: "${nacos.service-address}:${nacos.port}"
- service: "${spring.application.name} # 褰撳墠鏈嶅姟鐨勫悕绉帮紝榛樿涓?${spring.application.name}"
- weight: "1 # 鏈嶅姟鐨勬潈閲嶏紝鍙栧€糩1, 100]锛岄粯璁や负1"
- host: "mq.bak.com"
- port: "5672"
- virtualHost: "shop-recycle-msg"
- name: "${spring.application.name}"
- registry: "# 鍗曟敞鍐屼腑蹇? address: nacos://${nacos.service-address}:${nacos.port}"
- timeout: "5000"
- auto-time-requests: "false"
- service-address: "nacos.bak.com"
- port: "8848"
- storeId: "29"
- md5: "363d1252751655c2afa8d63ce5de7d10"
- interval: "24"
- start: "9"
- end: "21"
- limitTimes: "12"
- base-url: "https://openapi.test.webank.com"
- ssl-cert-file-path: "/data/webank/weBank.jks"
- storepass: "123456"
- cert-serial-no: "53c4bad2c1ed46a1b29826695bf973a556433b8bcc5a42e5bcd3493b14665bfe"
- query-transfer-details: "/v1_1/accounts/queryTransferDetails"
|