From aadb9cbec85285fda59b51d2ccf1080f50fa56d7 Mon Sep 17 00:00:00 2001 From: KevinHuSh Date: Sun, 28 Apr 2024 12:14:56 +0800 Subject: [PATCH] remove default redis configuration (#582) ### What problem does this PR solve? #580 ### Type of change - [x] Refactoring --- conf/service_conf.yaml | 4 ---- docker/service_conf.yaml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/conf/service_conf.yaml b/conf/service_conf.yaml index c19f8c7a8..a277c7245 100644 --- a/conf/service_conf.yaml +++ b/conf/service_conf.yaml @@ -13,10 +13,6 @@ minio: user: 'rag_flow' password: 'infini_rag_flow' host: 'minio:9000' -redis: - db: 1 - password: 'infini_rag_flow' - host: 'redis:6379' es: hosts: 'http://es01:9200' user_default_llm: diff --git a/docker/service_conf.yaml b/docker/service_conf.yaml index c19f8c7a8..a277c7245 100644 --- a/docker/service_conf.yaml +++ b/docker/service_conf.yaml @@ -13,10 +13,6 @@ minio: user: 'rag_flow' password: 'infini_rag_flow' host: 'minio:9000' -redis: - db: 1 - password: 'infini_rag_flow' - host: 'redis:6379' es: hosts: 'http://es01:9200' user_default_llm: