application.yml 937 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. server:
  2. contextPath:
  3. port: 8088
  4. sessionTimeout: 300
  5. local:
  6. server:
  7. port: 8088
  8. application:
  9. name: HosRestServer
  10. ---
  11. spring:
  12. profiles: dev
  13. qlc:
  14. rpc:
  15. ip: 172.18.20.21
  16. appId: EsbCloud
  17. channelId: 100123
  18. port: 2181
  19. crawler:
  20. upload:
  21. ip: localhost
  22. port: 8088
  23. api: crawler/patient
  24. storage:
  25. ip: localhost
  26. port: 8088
  27. api: crawler/datapush
  28. ---
  29. spring:
  30. profiles: test
  31. qlc:
  32. rpc:
  33. ip: 172.18.20.21
  34. appId: EsbCloud
  35. channelId: 100123
  36. port: 2181
  37. crawler:
  38. upload:
  39. ip: 172.19.103.89
  40. port: 8088
  41. api: crawler/patient
  42. storage:
  43. ip: 172.19.103.89
  44. port: 8088
  45. api: crawler/datapush
  46. ---
  47. spring:
  48. profiles: lfq
  49. qlc:
  50. rpc:
  51. ip: 172.18.20.21
  52. appId: EsbCloud
  53. channelId: 100123
  54. port: 2181
  55. crawler:
  56. upload:
  57. ip: localhost
  58. port: 8088
  59. api: crawler/patient
  60. storage:
  61. ip: localhost
  62. port: 8088
  63. api: crawler/datapush