Guest User

Untitled

a guest
Feb 28th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. spring:
  2. cloud:
  3. config:
  4. uri: https://user:secret@myconfig.mycompany.com
  5.  
  6. spring:
  7. cloud:
  8. config:
  9. uri: https://myconfig.mycompany.com
  10. username: user
  11. password: secret
  12.  
  13. spring:
  14. application:
  15. name: 'MyApp'
  16. cloud:
  17. config:
  18. uri: 'http://localhost:${server.port}/config'
  19. enabled: true
  20. server:
  21. native:
  22. search-locations: '${config.location}'
  23. bootstrap: true
  24. prefix: '/config'
Add Comment
Please, Sign In to add comment