hos-arbiter.yml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. server:
  2. port: 10135
  3. ---
  4. spring:
  5. profiles: dev
  6. data:
  7. mongodb:
  8. host: 172.19.103.42
  9. port: 27017
  10. username: esb
  11. password: esb
  12. authenticationDatabase: admin
  13. database: runtime
  14. activemq:
  15. broker-url: tcp://172.19.103.57:61616
  16. user: admin
  17. password: admin
  18. arbiter:
  19. timer:
  20. period: 10000
  21. central:
  22. url: 172.19.103.57:9020
  23. tenant:
  24. name: jkzl
  25. mycat:
  26. name: mycat172.19.103.42
  27. ---
  28. spring:
  29. profiles: test
  30. data:
  31. mongodb:
  32. host: 172.19.103.57
  33. port: 27017
  34. username: esb
  35. password: esb
  36. authenticationDatabase: admin
  37. database: runtime
  38. activemq:
  39. broker-url: tcp://172.19.103.57:61616
  40. user: admin
  41. password: admin
  42. arbiter:
  43. timer:
  44. period: 10000
  45. central:
  46. url: 172.19.103.58:9020
  47. tenant:
  48. name: yichang
  49. mycat:
  50. name: mycat172.19.103.57
  51. ---
  52. spring:
  53. profiles: prod
  54. data:
  55. mongodb:
  56. host: 192.168.50.26
  57. port: 20000
  58. username: jkzlesb
  59. password: fgu$^ezl
  60. authenticationDatabase: admin
  61. database: runtime
  62. activemq:
  63. broker-url: tcp://192.168.200.60:61616
  64. user: admin
  65. password: admin
  66. arbiter:
  67. timer:
  68. period: 10000
  69. central:
  70. url: 192.168.200.62:9020
  71. tenant:
  72. name: jkzl
  73. mycat:
  74. name: mycat10.176.97.14