webchat-search-service-dev.yaml 445 B

123456789101112131415161718192021222324
  1. spring:
  2. application:
  3. name: webchat-search-service
  4. # elastic search config
  5. elasticsearch:
  6. message-index: chat_mess_dev
  7. rest:
  8. uris: http://8.140.184.12:9200
  9. # set redis config
  10. data:
  11. redis:
  12. host: 127.0.0.1
  13. port: 6379
  14. database: 6
  15. jedis:
  16. timeout: 5000
  17. pool:
  18. max-active: 100
  19. max-wait: -1
  20. min-idle: 10
  21. milvus:
  22. host: 121.4.119.166
  23. port: 19530