hos-dfs.yml 834 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. server:
  2. port: 9010
  3. ---
  4. spring:
  5. profiles: dev
  6. data:
  7. mongodb:
  8. host: 172.19.103.57
  9. port: 27017
  10. username: esb
  11. password: esb
  12. authenticationDatabase: admin
  13. gridFsDatabase: dfs
  14. database: runtime
  15. hos:
  16. zbus:
  17. port: 9020
  18. store: ./store
  19. ---
  20. spring:
  21. profiles: test
  22. data:
  23. mongodb:
  24. host: 172.19.103.57
  25. port: 27017
  26. username: esb
  27. password: esb
  28. authenticationDatabase: admin
  29. gridFsDatabase: dfs
  30. database: runtime
  31. hos:
  32. zbus:
  33. port: 9020
  34. store: ./store
  35. ---
  36. spring:
  37. profiles: prod
  38. data:
  39. mongodb:
  40. host: 192.168.50.26
  41. port: 20000
  42. username: jkzlesb
  43. password: fgu$^ezl
  44. authenticationDatabase: admin
  45. gridFsDatabase: dfs
  46. database: runtime
  47. hos:
  48. zbus:
  49. port: 9020
  50. store: ./store