ag-zuul.yml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. server:
  2. port: ${ag-zuul.server.port}
  3. info:
  4. app:
  5. name: Ag-Zuul
  6. description: EHR Platform Zuul Service.
  7. version: 1.0.0
  8. spring:
  9. redis:
  10. database: 0
  11. timeout: 0
  12. pool:
  13. max-active: 8
  14. max-idle: 8
  15. max-wait: -1
  16. min-idle: 1
  17. ---
  18. spring:
  19. profiles: dev
  20. redis:
  21. host: 172.19.103.47
  22. port: 6379
  23. password: redis!@456
  24. zuul:
  25. routes:
  26. # 福州总部开放平台接口相关
  27. jkzl-server:
  28. path: /jkzl/**
  29. url: http://ssotest.yihu.cn/OpenPlatform/cgiBin/1.0/
  30. # 福州总部网关
  31. fz-gateway:
  32. path: /fzGateway/**
  33. url: http://service.yihu.com:8085/
  34. fastdfs-server:
  35. path: /file/**
  36. url: http://172.19.103.52:80/
  37. ---
  38. spring:
  39. profiles: test
  40. redis:
  41. host: 172.19.103.47
  42. port: 6379
  43. password: redis!@456
  44. zuul:
  45. routes:
  46. # 福州总部开放平台接口相关
  47. jkzl-server:
  48. path: /jkzl/**
  49. url: http://ssotest.yihu.cn/OpenPlatform/cgiBin/1.0/
  50. # 福州总部网关
  51. fz-gateway:
  52. path: /fzGateway/**
  53. url: http://service.yihu.com:8085/
  54. fastdfs-server:
  55. path: /file/**
  56. url: http://172.19.103.52:80/
  57. ---
  58. spring:
  59. profiles: prod_fz
  60. redis:
  61. host: 11.1.2.22 # Redis server host.
  62. port: 6390
  63. password: Kb6wKDQP1W4
  64. zuul:
  65. routes:
  66. jkzl-server:
  67. path: /jkzl/**
  68. url: https://api.yihu.com/OpenPlatform/cgiBin/1.0/
  69. # 福州总部网关
  70. fz-gateway:
  71. path: /fzGateway/**
  72. url: http://service.yihu.com:8085/
  73. fastdfs-server:
  74. path: /file/**
  75. url: http://11.1.2.9:80/
  76. ---
  77. spring:
  78. profiles: prod_sr
  79. redis:
  80. host: 10.176.97.5
  81. port: 6390
  82. password: q4YaQemf
  83. zuul:
  84. routes:
  85. # 福州总部开放平台接口相关
  86. jkzl-server:
  87. path: /jkzl/**
  88. url: https://api.yihu.com/OpenPlatform/cgiBin/1.0/
  89. # 福州总部网关
  90. fz-gateway:
  91. path: /fzGateway/**
  92. url: http://service.yihu.com:8080/
  93. fastdfs-server:
  94. path: /file/**
  95. url: http://10.176.97.5:8888/
  96. ---
  97. spring:
  98. profiles: prod_fzzy
  99. redis:
  100. host: 100.100.1.161
  101. port: 6390
  102. password: q4YaQemf
  103. zuul:
  104. routes:
  105. # 福州总部开放平台接口相关
  106. jkzl-server:
  107. path: /jkzl/**
  108. url: https://api.yihu.com/OpenPlatform/cgiBin/1.0/
  109. # 福州总部网关
  110. fz-gateway:
  111. path: /fzGateway/**
  112. url: http://service.yihu.com:8080/
  113. fastdfs-server:
  114. path: /file/**
  115. url: http://100.100.1.157:8888/
  116. ---
  117. spring:
  118. profiles: prod_srformal
  119. redis:
  120. host: 192.168.50.82
  121. port: 6379
  122. password: q4YaQemf
  123. zuul:
  124. routes:
  125. # 福州总部开放平台接口相关
  126. jkzl-server:
  127. path: /jkzl/**
  128. url: https://api.yihu.com/OpenPlatform/cgiBin/1.0/
  129. # 福州总部网关
  130. fz-gateway:
  131. path: /fzGateway/**
  132. url: http://service.yihu.com:8080/
  133. fastdfs-server:
  134. path: /file/**
  135. url: http://192.168.50.37:8888/