Skip to content

Commit

Permalink
Update config.yaml (#339)
Browse files Browse the repository at this point in the history
redis默认配置为普通模式,调整默认配置
  • Loading branch information
yaojin3616 committed Feb 18, 2024
2 parents c87527c + 8b92af4 commit 9ac9442
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker/bisheng/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ database_url:

# 缓存配置 redis://[[username]:[password]]@localhost:6379/0
# 普通模式:
#redis_url: "redis://redis:6379/1"
redis_url: "redis://redis:6379/1"
# 集群模式:
redis_url:
mode: "cluster"
startup_nodes:
- {"host": "192.168.106.115", "port": 6002}
# redis_url:
# mode: "cluster"
# startup_nodes:
# - {"host": "192.168.106.115", "port": 6002}
# password: encrypt(gAAAAABlp4b4c59FeVGF_OQRVf6NOUIGdxq8246EBD-b0hdK_jVKRs1x4PoAn0A6C5S6IiFKmWn0Nm5eBUWu-7jxcqw6TiVjQA==)
# #sentinel
# mode: "sentinel"
Expand Down

0 comments on commit 9ac9442

Please sign in to comment.