docs: 更新说明文档信息
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user