feat(infra): es支持多节点配置 (#1995)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user