ag-zuul.yml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. info:
  2. app:
  3. name: AG-ZUUL
  4. description: EHR Platform Gateway Service
  5. version: 1.0.0
  6. component: Zuul Server
  7. spring:
  8. redis:
  9. database: 0
  10. timeout: 0
  11. pool:
  12. max-active: 8
  13. max-idle: 8
  14. max-wait: -1
  15. min-idle: 1
  16. ---
  17. spring:
  18. profiles: dev
  19. datasource:
  20. url: jdbc:mysql://172.26.0.104:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  21. username: ssgg
  22. password: ssgg@jkzl2019
  23. redis:
  24. host: 172.26.0.253
  25. port: 6379
  26. password:
  27. zuul:
  28. routes:
  29. # 福州总部开放平台接口相关
  30. jkzl-server:
  31. path: /jkzl/**
  32. url: http://ssotest.yihu.cn/OpenPlatform/cgiBin/1.0/
  33. # 福州总部网关
  34. fz-gateway:
  35. path: /fzGateway/**
  36. url: http://service.yihu.com:8085/
  37. fastdfs-server:
  38. path: /file/**
  39. url: http://172.26.0.200:80/
  40. # 卫计委官网
  41. gov-server:
  42. path: /open/govServer/**
  43. url: http://www.srswjw.gov.cn/
  44. # 应急指挥
  45. emergency-server:
  46. path: /open/baidu/**
  47. url: http://yingyan.baidu.com/
  48. ---
  49. spring:
  50. profiles: prod
  51. redis:
  52. host: 172.19.103.47
  53. port: 6379
  54. password: redis!@456
  55. zuul:
  56. routes:
  57. # 福州总部开放平台接口相关
  58. jkzl-server:
  59. path: /jkzl/**
  60. url: http://ssotest.yihu.cn/OpenPlatform/cgiBin/1.0/
  61. # 福州总部网关
  62. fz-gateway:
  63. path: /fzGateway/**
  64. url: http://service.yihu.com:8085/
  65. fastdfs-server:
  66. path: /file/**
  67. url: http://172.19.103.52:80/
  68. # 卫计委官网
  69. gov-server:
  70. path: /open/govServer/**
  71. url: http://www.srswjw.gov.cn/
  72. # 应急指挥
  73. emergency-server:
  74. path: /open/baidu/**
  75. url: http://yingyan.baidu.com/