style: correct formatting env ES_NUMBER variables (#2280)
This commit is contained in:
@ -34,7 +34,6 @@ export REDIS_PASSWORD=""
|
||||
# if imagex, you must finish the configuration of <VolcEngine ImageX>
|
||||
export FILE_UPLOAD_COMPONENT_TYPE="storage"
|
||||
|
||||
|
||||
# VolcEngine ImageX
|
||||
export VE_IMAGEX_AK=""
|
||||
export VE_IMAGEX_SK=""
|
||||
@ -75,9 +74,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 ES_NUMBER_OF_SHARDS="1"
|
||||
export ES_NUMBER_OF_REPLICAS="1"
|
||||
|
||||
export COZE_MQ_TYPE="nsq" # nsq / kafka / rmq
|
||||
export MQ_NAME_SERVER="127.0.0.1:4150"
|
||||
|
||||
@ -30,7 +30,6 @@ export REDIS_PASSWORD=""
|
||||
# if imagex, you must finish the configuration of <VolcEngine ImageX>
|
||||
export FILE_UPLOAD_COMPONENT_TYPE="storage"
|
||||
|
||||
|
||||
# VolcEngine ImageX
|
||||
export VE_IMAGEX_AK=""
|
||||
export VE_IMAGEX_SK=""
|
||||
@ -71,8 +70,8 @@ export ES_ADDR="http://elasticsearch:9200"
|
||||
export ES_VERSION="v8"
|
||||
export ES_USERNAME=""
|
||||
export ES_PASSWORD=""
|
||||
export ES_NUMBER_OF_SHARDS = "1"
|
||||
export ES_NUMBER_OF_REPLICAS = "1"
|
||||
export ES_NUMBER_OF_SHARDS="1"
|
||||
export ES_NUMBER_OF_REPLICAS="1"
|
||||
|
||||
# Backend Event Bus
|
||||
export COZE_MQ_TYPE="nsq" # nsq / kafka / rmq / pulsar
|
||||
|
||||
Reference in New Issue
Block a user