remove default redis configuration (#582)

### What problem does this PR solve?
#580 
### Type of change

- [x] Refactoring
This commit is contained in:
KevinHuSh 2024-04-28 12:14:56 +08:00 committed by GitHub
parent 038822f3bd
commit aadb9cbec8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 8 deletions

View File

@ -13,10 +13,6 @@ minio:
user: 'rag_flow' user: 'rag_flow'
password: 'infini_rag_flow' password: 'infini_rag_flow'
host: 'minio:9000' host: 'minio:9000'
redis:
db: 1
password: 'infini_rag_flow'
host: 'redis:6379'
es: es:
hosts: 'http://es01:9200' hosts: 'http://es01:9200'
user_default_llm: user_default_llm:

View File

@ -13,10 +13,6 @@ minio:
user: 'rag_flow' user: 'rag_flow'
password: 'infini_rag_flow' password: 'infini_rag_flow'
host: 'minio:9000' host: 'minio:9000'
redis:
db: 1
password: 'infini_rag_flow'
host: 'redis:6379'
es: es:
hosts: 'http://es01:9200' hosts: 'http://es01:9200'
user_default_llm: user_default_llm: