shop-recycle-merchant-configmap.yaml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. apiVersion: v1
  2. kind: ConfigMap
  3. metadata:
  4. name: shop-recycle-merchant-configmap
  5. namespace: production
  6. data:
  7. port: "1204"
  8. org.springframework: "INFO"
  9. com.ssm: "DEBUG"
  10. name: "shop-recycle-merchant-service"
  11. type: "com.zaxxer.hikari.HikariDataSource"
  12. driver-class-name: "com.mysql.cj.jdbc.Driver"
  13. url: "jdbc:mysql://rm-bp19t90t7u8n5b0fh.mysql.rds.aliyuncs.com:3306/shop_recycle_merchant?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true"
  14. connection-timeout: "30000"
  15. maximum-pool-size: "100"
  16. minimum-idle: "1"
  17. allow-bean-definition-overriding: "true"
  18. server-addr: "${nacos.service-address}:${nacos.port}"
  19. service: "${spring.application.name} # 褰撳墠鏈嶅姟鐨勫悕绉帮紝榛樿涓?${spring.application.name}"
  20. weight: "1 # 鏈嶅姟鐨勬潈閲嶏紝鍙栧€糩1, 100]锛岄粯璁や负1"
  21. master: "mymaster"
  22. - redis.jxfx1.com: "27000"
  23. - redis.jxfx2.com: "27000"
  24. - redis.jxfx3.com: "27000"
  25. database: "15"
  26. host: "mq.bak.com"
  27. port: "5672"
  28. virtualHost: "shop-recycle-msg"
  29. name: "${spring.application.name}"
  30. provider: "# 浣滀负鎻愪緵鑰呯殑閰嶇疆"
  31. registry: "# 鍗曟敞鍐屼腑蹇?"
  32. address: "nacos://${nacos.service-address}:${nacos.port}"
  33. filter: "tracing"
  34. filter: "tracing"
  35. name: "dubbo"
  36. port: "2023"
  37. mapper-locations: "classpath:/mapper/*Mapper.xml"
  38. id-type: "0"
  39. field-strategy: "0"
  40. db-column-underline: "true"
  41. logic-delete-value: "1"
  42. logic-not-delete-value: "0"
  43. map-underscore-to-camel-case: "true"
  44. cache-enabled: "false"
  45. service-address: "nacos.bak.com"
  46. port: "8848"
  47. show: "true"
  48. enabled: "true"
  49. application-id: "${spring.application.name}"
  50. tx-service-group: "my_test_tx_group"
  51. type: "nacos"
  52. serverAddr: "nacos.bak.com:8848"
  53. group: "SEATA_GROUP"
  54. type: "nacos"
  55. application: "seata-server"
  56. server-addr: "nacos.bak.com:8848"