Update env-template.yaml

This commit is contained in:
Xinwei Xiong 2024-03-19 21:54:12 +08:00 committed by Xinwei Xiong (cubxxw)
parent 7f8ff8ff2e
commit 8530692a53

View File

@ -143,7 +143,7 @@ KAFKA_LATESTMSG_REDIS_TOPIC=${KAFKA_LATESTMSG_REDIS_TOPIC}
# MINIO_PORT # MINIO_PORT
# ---------- # ----------
# MINIO_PORT sets the port for the MinIO object storage service. # MINIO_PORT sets the port for the MinIO object storage service.
# Upon changing this port, the MinIO endpoint URLs in the `config/config.yaml` file must be updated # Upon changing this port, the MinIO endpoint URLs in the config/config.yaml file must be updated
# to reflect this change. The endpoints include both the 'endpoint' and 'signEndpoint' # to reflect this change. The endpoints include both the 'endpoint' and 'signEndpoint'
# under the MinIO configuration. # under the MinIO configuration.
# #