Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. server:
  2. port: 10003
  3. spring:
  4. application:
  5. name: hello-service
  6. cloud:
  7. consul:
  8. enabled: true
  9. inetutils:
  10. useOnlySiteLocalInterfaces: true
  11. endpoints:
  12. actuator:
  13. sensitive: false
  14.  
  15. spring:
  16. cloud:
  17. consul:
  18. enabled: true
  19. host: 10.160.0.18
  20. port: 8500
  21. discovery:
  22. prefer-ip-address: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement