Skip to content

Commit

Permalink
remove default redis configuration (#582)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?
#580 
### Type of change

- [x] Refactoring
  • Loading branch information
KevinHuSh committed Apr 28, 2024
1 parent 038822f commit aadb9cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions conf/service_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 0 additions & 4 deletions docker/service_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit aadb9cb

Please sign in to comment.