| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- app:
- name: shop-recycle-wechat-web
- replicaCount: 1
- image:
- repository: harbor.stardance/shoprecycle/shop-recycle-wechat-web
- tag: v2.0.0
- pullPolicy: IfNotPresent
- service:
- type: ClusterIP
- port: 1214
- targetPort: 1214
- resources:
- requests:
- cpu: 250m
- memory: 256Mi
- limits:
- cpu: 500m
- memory: 512Mi
- config:
- yml:
- server:
- port: 1214
- servlet:
- context-path: /wechat
- spring:
- application:
- name: shop-recycle-wechat-web
- main:
- allow-bean-definition-overriding: true
- 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_wechat?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
- cloud:
- nacos:
- discovery:
- server-addr: nacos.bak.com:8848
- service: shop-recycle-wechat-web
- weight: 1
- redis:
- sentinel:
- master: mymaster
- nodes:
- - redis.jxfx1.com:27000
- - redis.jxfx2.com:27000
- - redis.jxfx3.com:27000
- password: 3sm_redis
- database: 15
- http:
- multipart:
- max-file-size: 50MB
- max-request-size: 50MB
- wechat:
- appId: wxfe0445e225b9f506
- appsecret: ab2d68d604b7e0dd9536292553cc0e34
- weixinNumber: gh_e476dcddb28e
- token: fxtdkjyxgs2021
- shopName: 繁星回收
- customerPhone: 400-009-8687
- imagePath: /data/images/
- unionidUrl: https://api.weixin.qq.com/cgi-bin/user/info?lang=zh_CN
- appIdMap:
- wx4cc644289df32eba: 73f5704c18e497922ee311f07bf4173c
- wxc06c57d31a926122: 11a25c263ed4dcf7dea9ef3637d952f7
- wxb91492de297b217f: 901873a58a72a8b43cae908bf3047f87
- wxfe0445e225b9f506: ab2d68d604b7e0dd9536292553cc0e34
- orgIdMap:
- gh_1f128aec2a84: wxb91492de297b217f
- gh_e476dcddb28e: wxfe0445e225b9f506
- serviceMap:
- wxb91492de297b217f: recycle
- wxfe0445e225b9f506: store
- miniMap:
- wx4cc644289df32eba: recycle
- wxc06c57d31a926122: store
- miniImageMap:
- recycle: /data/images/
- store: /data/images/
- customer: /data/images/
- huanjing: production
- transferUrl: https://gateway.jxfxtd.com/payment/api/pay/transfer
- corpId: ww29430e4a20103464
- corpSecret: CeZjpul-xG5y3hBTWJcZpX02bYuev8p8z6EEi69alGE
- suiteId: ww75a919c76d8182a6
- suiteSecret: V1rnjEYb90Bpc8VTc88Fcy1qmmNULhiWIqtTpNHK7Ps
- customerEnvironment: dev
- aloneEnvironment: dev
- management:
- metrics:
- web:
- server:
- auto-time-requests: false
- dubbo:
- application:
- name: shop-recycle-wechat-web
- consumer:
- registry:
- address: nacos://nacos.bak.com:8848
- timeout: 50000
- filter: tracing
- message:
- autoreply: 感谢关注繁星回收saas系统,繁星的使命是解决二手机回收整个交易闭环,为门店和回收商提供完整的技术解决方案。我们的目标是让合作企业均能实现回收的数据在线、产品在线、员工在线。我们的愿景是让技术驱动行业标准
- swagger:
- show: true
- podAnnotations: {}
- securityContext: {}
- nodeSelector: {}
- tolerations: []
- affinity: {}
|