values.yaml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. app:
  2. name: shop-recycle-wechat-web
  3. replicaCount: 1
  4. image:
  5. repository: harbor.stardance/shoprecycle/shop-wechat-web
  6. tag: v2.0.0
  7. pullPolicy: IfNotPresent
  8. service:
  9. type: ClusterIP
  10. port: 1214
  11. targetPort: 1214
  12. resources:
  13. requests:
  14. cpu: 250m
  15. memory: 256Mi
  16. limits:
  17. cpu: 500m
  18. memory: 512Mi
  19. config:
  20. yml:
  21. server:
  22. port: 1214
  23. servlet:
  24. context-path: /wechat
  25. spring:
  26. application:
  27. name: shop-recycle-wechat-web
  28. main:
  29. allow-bean-definition-overriding: true
  30. datasource:
  31. type: com.zaxxer.hikari.HikariDataSource
  32. driver-class-name: com.mysql.cj.jdbc.Driver
  33. url: jdbc:mysql://rm-bp19t90t7u8n5b0fh.mysql.rds.aliyuncs.com:3306/shop_recycle_wechat?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true
  34. username: root
  35. password: Fxjxtdacf8f_a3d_202600104d6c_41
  36. hikari:
  37. connection-timeout: 30000
  38. maximum-pool-size: 10
  39. minimum-idle: 1
  40. cloud:
  41. nacos:
  42. discovery:
  43. server-addr: nacos.bak.com:8848
  44. service: shop-recycle-wechat-web
  45. weight: 1
  46. redis:
  47. sentinel:
  48. master: mymaster
  49. nodes:
  50. - redis.jxfx1.com:27000
  51. - redis.jxfx2.com:27000
  52. - redis.jxfx3.com:27000
  53. password: 3sm_redis
  54. database: 15
  55. http:
  56. multipart:
  57. max-file-size: 50MB
  58. max-request-size: 50MB
  59. wechat:
  60. appId: wxfe0445e225b9f506
  61. appsecret: ab2d68d604b7e0dd9536292553cc0e34
  62. weixinNumber: gh_e476dcddb28e
  63. token: fxtdkjyxgs2021
  64. shopName: 繁星回收
  65. customerPhone: 400-009-8687
  66. imagePath: /data/images/
  67. unionidUrl: https://api.weixin.qq.com/cgi-bin/user/info?lang=zh_CN
  68. appIdMap:
  69. wx4cc644289df32eba: 73f5704c18e497922ee311f07bf4173c
  70. wxc06c57d31a926122: 11a25c263ed4dcf7dea9ef3637d952f7
  71. wxb91492de297b217f: 901873a58a72a8b43cae908bf3047f87
  72. wxfe0445e225b9f506: ab2d68d604b7e0dd9536292553cc0e34
  73. orgIdMap:
  74. gh_1f128aec2a84: wxb91492de297b217f
  75. gh_e476dcddb28e: wxfe0445e225b9f506
  76. serviceMap:
  77. wxb91492de297b217f: recycle
  78. wxfe0445e225b9f506: store
  79. miniMap:
  80. wx4cc644289df32eba: recycle
  81. wxc06c57d31a926122: store
  82. miniImageMap:
  83. recycle: /data/images/
  84. store: /data/images/
  85. customer: /data/images/
  86. huanjing: production
  87. transferUrl: https://gateway.jxfxtd.com/payment/api/pay/transfer
  88. corpId: ww29430e4a20103464
  89. corpSecret: CeZjpul-xG5y3hBTWJcZpX02bYuev8p8z6EEi69alGE
  90. suiteId: ww75a919c76d8182a6
  91. suiteSecret: V1rnjEYb90Bpc8VTc88Fcy1qmmNULhiWIqtTpNHK7Ps
  92. customerEnvironment: dev
  93. aloneEnvironment: dev
  94. management:
  95. metrics:
  96. web:
  97. server:
  98. auto-time-requests: false
  99. dubbo:
  100. application:
  101. name: shop-recycle-wechat-web
  102. consumer:
  103. registry:
  104. address: nacos://nacos.bak.com:8848
  105. timeout: 50000
  106. filter: tracing
  107. message:
  108. autoreply: 感谢关注繁星回收saas系统,繁星的使命是解决二手机回收整个交易闭环,为门店和回收商提供完整的技术解决方案。我们的目标是让合作企业均能实现回收的数据在线、产品在线、员工在线。我们的愿景是让技术驱动行业标准
  109. swagger:
  110. show: true
  111. podAnnotations: {}
  112. securityContext: {}
  113. nodeSelector: {}
  114. tolerations: []
  115. affinity: {}