KevinHuSh
commited on
Commit
·
919b966
1
Parent(s):
3e34eeb
remove default redis configuration (#582)
Browse files### What problem does this PR solve?
#580
### Type of change
- [x] Refactoring
- conf/service_conf.yaml +0 -4
- docker/service_conf.yaml +0 -4
conf/service_conf.yaml
CHANGED
@@ -13,10 +13,6 @@ minio:
|
|
13 |
user: 'rag_flow'
|
14 |
password: 'infini_rag_flow'
|
15 |
host: 'minio:9000'
|
16 |
-
redis:
|
17 |
-
db: 1
|
18 |
-
password: 'infini_rag_flow'
|
19 |
-
host: 'redis:6379'
|
20 |
es:
|
21 |
hosts: 'http://es01:9200'
|
22 |
user_default_llm:
|
|
|
13 |
user: 'rag_flow'
|
14 |
password: 'infini_rag_flow'
|
15 |
host: 'minio:9000'
|
|
|
|
|
|
|
|
|
16 |
es:
|
17 |
hosts: 'http://es01:9200'
|
18 |
user_default_llm:
|
docker/service_conf.yaml
CHANGED
@@ -13,10 +13,6 @@ minio:
|
|
13 |
user: 'rag_flow'
|
14 |
password: 'infini_rag_flow'
|
15 |
host: 'minio:9000'
|
16 |
-
redis:
|
17 |
-
db: 1
|
18 |
-
password: 'infini_rag_flow'
|
19 |
-
host: 'redis:6379'
|
20 |
es:
|
21 |
hosts: 'http://es01:9200'
|
22 |
user_default_llm:
|
|
|
13 |
user: 'rag_flow'
|
14 |
password: 'infini_rag_flow'
|
15 |
host: 'minio:9000'
|
|
|
|
|
|
|
|
|
16 |
es:
|
17 |
hosts: 'http://es01:9200'
|
18 |
user_default_llm:
|