From 3a4c2cb44806eee09bcb1c6e1cef842cdfe22cab Mon Sep 17 00:00:00 2001 From: Endial Fang Date: Fri, 22 Sep 2023 09:04:56 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc1d44e..5f6118c 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ $ docker run -d -e "APP_ENV_KEY_NAME=key_value" registry.cn-shenzhen.aliyuncs.co 例如: ```shell -# 常用于`key-value`类型的配置 +# 容器启动时的环境变量 APP_CFG_min_wal_size=100MB APP_CFG_max_wal_size="400MB" @@ -104,7 +104,7 @@ min_wal_size = '100MB' max_wal_size = '400MB' -# 常用于`xml`类型的配置 +# 容器启动时的环境变量 APP_CFG_fs__defaultFS=hdfs://namenode:8020 APP_CFG_yarn__log___aggregation___enable=true