application.yml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. server:
  2. port: 10135
  3. spring:
  4. application:
  5. name: ArbiterServer
  6. ---
  7. spring:
  8. profiles: dev
  9. data:
  10. mongodb:
  11. host: 172.19.103.57
  12. port: 27017
  13. username: esb
  14. password: esb
  15. authenticationDatabase: admin
  16. database: runtime
  17. activemq:
  18. broker-url: tcp://172.19.103.57:61616
  19. user: admin
  20. password: admin
  21. arbiter:
  22. timer:
  23. period: 10000
  24. central:
  25. url:
  26. terminal:
  27. url: http://192.168.131.119:10135
  28. tenant:
  29. name: jkzl
  30. ---
  31. spring:
  32. profiles: test
  33. data:
  34. mongodb:
  35. host: 172.19.103.86
  36. port: 27017
  37. username: esb
  38. password: esb
  39. authenticationDatabase: admin
  40. database: configuration
  41. activemq:
  42. broker-url: tcp://172.19.103.86:61616
  43. user: admin
  44. password: admin
  45. arbiter:
  46. timer:
  47. period: 10000
  48. central:
  49. url:
  50. port: 15555
  51. store: ./store
  52. terminal:
  53. url: 127.0.0.1:15555
  54. tenant:
  55. name: jkzl
  56. ---
  57. spring:
  58. profiles: prod
  59. data:
  60. mongodb:
  61. host: 172.19.103.86
  62. port: 27017
  63. username: esb
  64. password: esb
  65. authenticationDatabase: admin
  66. database: runtime
  67. activemq:
  68. broker-url: tcp://172.19.103.86:61616
  69. user: admin
  70. password: admin
  71. arbiter:
  72. timer:
  73. period: 10000
  74. central:
  75. url:
  76. port: 15555
  77. store: ./store
  78. terminal:
  79. url: 192.168.131.38:15555
  80. tenant:
  81. name: yichang
  82. ---
  83. spring:
  84. profiles: lfq
  85. data:
  86. mongodb:
  87. host: 172.19.103.58
  88. port: 27017
  89. username: esb
  90. password: esb
  91. authenticationDatabase: admin
  92. database: runtime
  93. activemq:
  94. broker-url: tcp://172.19.103.58:61616
  95. user: admin
  96. password: admin
  97. arbiter:
  98. timer:
  99. period: 10000
  100. central:
  101. url: 192.168.131.119:15555
  102. port: 15555
  103. store: ./store
  104. terminal:
  105. url: 192.168.131.38:15555
  106. tenant:
  107. name: yichang