hos-configuration.yml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. security:
  2. basic:
  3. enabled: false
  4. # the name of Camel
  5. camel:
  6. springboot:
  7. name: HosBrokerServer
  8. ---
  9. spring:
  10. profiles: dev
  11. activemq:
  12. broker-url: tcp://172.19.103.57:61616
  13. user: admin
  14. password: admin
  15. data:
  16. mongodb:
  17. host: 172.19.103.57
  18. port: 27017
  19. username: esb
  20. password: esb
  21. authenticationDatabase: admin
  22. database: log
  23. gridFsDatabase: dfs
  24. eureka:
  25. client:
  26. serviceUrl:
  27. defaultZone: http://192.168.1.221:8761/eureka/
  28. log:
  29. path: D://logs/logback/dev
  30. level: info
  31. hos:
  32. filesystem:
  33. url: http://172.19.103.57:9010/dfs/file
  34. arbiter:
  35. enable: true
  36. url: http://localhost:10135
  37. rest:
  38. url: http://localhost:8088
  39. timer:
  40. period: 10000
  41. tenant:
  42. name: jkzl
  43. mycat:
  44. path: /usr/local/mycat/ ##mycat的安装目录
  45. #jcraft shell操作
  46. jcraft:
  47. host: 172.19.103.57
  48. port: 22
  49. user: root
  50. password: ceshi
  51. ---
  52. spring:
  53. profiles: test
  54. activemq:
  55. broker-url: tcp://172.19.103.42:61616
  56. user: admin
  57. password: admin
  58. data:
  59. mongodb:
  60. host: 172.19.103.42
  61. port: 27017
  62. username: esb
  63. password: esb
  64. authenticationDatabase: admin
  65. database: log
  66. gridFsDatabase: dfs
  67. eureka:
  68. client:
  69. serviceUrl:
  70. defaultZone: http://192.168.1.221:8761/eureka/
  71. log:
  72. path: /usr/local/esb/logs/logback/broker
  73. level: info
  74. hos:
  75. filesystem:
  76. url: http://172.19.103.37:9010/dfs/file
  77. arbiter:
  78. enable: true
  79. url: http://172.19.103.37:10135
  80. rest:
  81. url: http://172.19.103.37:8088
  82. timer:
  83. period: 10000
  84. tenant:
  85. name: jkzl
  86. mycat:
  87. path: /usr/local/mycat/ ##mycat的安装目录
  88. #jcraft shell操作
  89. jcraft:
  90. host: 172.19.103.37
  91. port: 22
  92. user: root
  93. password: ceshi