AlexStocks commented on code in PR #931:
URL: https://github.com/apache/dubbo-go-samples/pull/931#discussion_r2365947969
##########
compatibility/direct/README.md:
##########
@@ -145,7 +145,7 @@ Configure the environment variable to specify the
configuration file path requir
```shell
APP_LOG_CONF_FILE=direct/go-server/conf/log.yml;
-CONF_PROVIDER_FILE_PATH=direct/go-server/conf/server.yml
+DUBBO_GO_CONFIG_PATH=direct/go-server/conf/server.yml
Review Comment:
provider 这个名字不要丢
##########
compatibility/direct/README_zh.md:
##########
@@ -146,7 +146,7 @@ err := userProvider.GetUser(context.TODO(),
[]interface{}{"A001"}, user)
```shell
APP_LOG_CONF_FILE=direct/go-server/conf/log.yml;
-CONF_PROVIDER_FILE_PATH=direct/go-server/conf/server.yml
+DUBBO_GO_CONFIG_PATH=direct/go-server/conf/server.yml
Review Comment:
provider 这个名字不要丢
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]