carbon-gateway.yml 312 B

123456789101112131415161718192021
  1. spring:
  2. redis:
  3. host: 172.16.90.253
  4. database: 0
  5. port: 6379
  6. password: 123456
  7. timeout: 300ms
  8. boot:
  9. admin:
  10. client:
  11. url: http://localhost:9091
  12. management:
  13. endpoints:
  14. web:
  15. exposure:
  16. include: '*'
  17. endpoint:
  18. health:
  19. show-details: always