style: correct formatting env ES_NUMBER variables (#2280)

This commit is contained in:
skynono
2025-09-28 10:26:39 +08:00
committed by GitHub
parent 0995536884
commit fa16cddfd2
2 changed files with 4 additions and 7 deletions

View File

@ -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=""
@ -78,7 +77,6 @@ export ES_PASSWORD=""
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"
# RocketMQ

View File

@ -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=""