ag-cloud.yml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. zuul:
  2. addProxyHeaders: false
  3. ignoredServices: '*'
  4. routes:
  5. packages:
  6. path: /api/v1.0/packages
  7. serviceId: svr-pack-mgr
  8. package_json:
  9. path: /api/v1.0/json_package
  10. serviceId: svr-pack-mgr
  11. esb_log:
  12. path: /api/v1.0/esb/uploadLog
  13. serviceId: svr-esb
  14. sanofi_support:
  15. path: /api/v1.0/sanofi/physic_signs/**
  16. serviceId: svr-health-profile
  17. stripPrefix: false
  18. health_profile:
  19. path: /api/v1.0/health_profiles/**
  20. serviceId: svr-health-profile
  21. stripPrefix: false
  22. eip:
  23. tenant: jkzl
  24. ---
  25. spring:
  26. profiles: dev
  27. datasource:
  28. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  29. username: weifuwu
  30. password: weifuwu
  31. thymeleaf:
  32. cache: false
  33. #server:
  34. # ssl:
  35. # key-store-password: 123456
  36. # key-password: 123456
  37. ---
  38. spring:
  39. profiles: test
  40. datasource:
  41. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  42. username: weifuwu
  43. password: weifuwu
  44. thymeleaf:
  45. cache: false
  46. ---
  47. spring:
  48. profiles: prod
  49. datasource:
  50. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  51. username: ha
  52. password: jkzlxm
  53. thymeleaf:
  54. cache: false
  55. ---
  56. spring:
  57. profiles: prod_fz
  58. datasource:
  59. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  60. username: healthcloud
  61. password: GP8Qz4qU
  62. thymeleaf:
  63. cache: false
  64. ---
  65. spring:
  66. profiles: prod_sr
  67. datasource:
  68. url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  69. username: healthcloud
  70. password: GP8Qz4qU
  71. thymeleaf:
  72. cache: false
  73. ---
  74. spring:
  75. profiles: prod_fzzy
  76. datasource:
  77. url: jdbc:mysql://100.100.1.159:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  78. username: healthcloud
  79. password: GP8Qz4qU
  80. thymeleaf:
  81. cache: false
  82. ---
  83. spring:
  84. profiles: prod_srformal
  85. datasource:
  86. url: jdbc:mysql://192.168.210.3:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  87. username: healthcloud
  88. password: GP8Qz4qU
  89. thymeleaf:
  90. cache: false