This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new aa7fb86e679 fix config mode env example (#1590)
aa7fb86e679 is described below

commit aa7fb86e6795eda49d7dd61d2354bccdd8a77df9
Author: yuchu01 <[email protected]>
AuthorDate: Wed Nov 9 10:08:50 2022 +0800

    fix config mode env example (#1590)
---
 content/zh/docs3-v2/java-sdk/reference-manual/config/properties.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/zh/docs3-v2/java-sdk/reference-manual/config/properties.md 
b/content/zh/docs3-v2/java-sdk/reference-manual/config/properties.md
index e62142ad5c1..d0ca7511713 100644
--- a/content/zh/docs3-v2/java-sdk/reference-manual/config/properties.md
+++ b/content/zh/docs3-v2/java-sdk/reference-manual/config/properties.md
@@ -551,7 +551,7 @@ TLS认证配置。配置类: `org.apache.dubbo.config.SslConfig`
 -Ddubbo.config.mode=strict
 
 # 环境变量
-dubbo.config.mode=strict
+DUBBO_CONFIG_MODE=strict
 
 # 外部配置(配置中心)、Spring应用的Environment、dubbo.properties
 dubbo.config.mode=strict

Reply via email to