bootstrap.yml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. spring:
  2. application:
  3. name: svr-internet-hospital-lyx
  4. cloud:
  5. config:
  6. failFast: true
  7. username: jw
  8. password: jkzl
  9. ---
  10. spring:
  11. profiles: jwdev
  12. cloud:
  13. config:
  14. uri: ${wlyy.spring.config.uri:http://172.26.0.107:1221}
  15. label: ${wlyy.spring.config.label:jwdev}
  16. ---
  17. spring:
  18. profiles: jwtest
  19. cloud:
  20. config:
  21. uri: ${wlyy.spring.config.uri:http://172.26.0.107:1221}
  22. label: ${wlyy.spring.config.label:jwdev}
  23. ---
  24. spring:
  25. profiles: jwprod
  26. cloud:
  27. config:
  28. uri: ${wlyy.spring.config.uri:http://192.0.33.26:1221}
  29. label: ${wlyy.spring.config.label:master}
  30. ---
  31. spring:
  32. profiles: local
  33. cloud:
  34. config:
  35. uri: ${wlyy.spring.config.uri:http://192.168.131.174:1221}
  36. label: ${wlyy.spring.config.label:local}
  37. ---
  38. spring:
  39. profiles: jwprod70
  40. cloud:
  41. config:
  42. uri: ${wlyy.spring.config.uri:http://172.16.1.70:1221}
  43. label: ${wlyy.spring.config.label:master}
  44. ---
  45. spring:
  46. profiles: jwOracleTest
  47. cloud:
  48. config:
  49. uri: ${wlyy.spring.config.uri:http://172.26.0.107:1221}
  50. label: ${wlyy.spring.config.label:jwdev}
  51. ---
  52. spring:
  53. profiles: jwOracleProd
  54. cloud:
  55. config:
  56. uri: ${wlyy.spring.config.uri:http://172.26.0.107:1221}
  57. label: ${wlyy.spring.config.label:jwdev}