feat(infra): es支持多节点配置 (#1995)

This commit is contained in:
fucktx
2025-09-08 14:13:51 +08:00
committed by GitHub
parent 9e8aadc8fc
commit 04792aeb37
6 changed files with 94 additions and 12 deletions

View File

@ -75,6 +75,8 @@ export ES_ADDR="http://127.0.0.1:9200"
export ES_VERSION="v8"
export ES_USERNAME=""
export ES_PASSWORD=""
export ES_NUMBER_OF_SHARDS = "1"
export ES_NUMBER_OF_REPLICAS = "1"
export COZE_MQ_TYPE="nsq" # nsq / kafka / rmq