webchat-connect-service-dev.yaml 194 B

123456789101112
  1. spring:
  2. data:
  3. redis:
  4. host: 127.0.0.1
  5. port: 6379
  6. database: 0
  7. jedis:
  8. timeout: 5000
  9. pool:
  10. max-active: 100
  11. max-wait: -1
  12. min-idle: 10