Skip to content

Commit

Permalink
Update dotnet-sdk-user-guide.md (#3887)
Browse files Browse the repository at this point in the history
* Update dotnet-sdk-user-guide.md

Update docs for .NET SDK

* Update CHANGES.md

Co-authored-by: 彭伟 <[email protected]>
  • Loading branch information
2 people authored and pull[bot] committed Mar 2, 2023
1 parent 9721ba8 commit 44f4b8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Apollo 1.10.0
* [Support search by item](https://github.com/apolloconfig/apollo/pull/3977)

------------------
All issues and pull requests are [here](https://github.com/ctripcorp/apollo/milestone/8?closed=1)
All issues and pull requests are [here](https://github.com/ctripcorp/apollo/milestone/8?closed=1)
6 changes: 3 additions & 3 deletions docs/zh/usage/dotnet-sdk-user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ AppId是应用的身份信息,是从服务端获取配置的一个重要信息
<configuration>
<appSettings>
<!-- Change to the actual app id -->
<add key="AppID" value="100004458"/>
<add key="Apollo.AppId" value="100004458"/>
</appSettings>
</configuration>
```
Expand Down Expand Up @@ -56,7 +56,7 @@ Apollo客户端针对不同的环境会从不同的服务器获取配置,所
<configuration>
<appSettings>
<!-- Change to the actual app id -->
<add key="AppID" value="100004458"/>
<add key="Apollo.AppId" value="100004458"/>
<!-- Should change the apollo config service url for each environment -->
<add key="Apollo.DEV.Meta" value="http://dev-configservice:8080"/>
<add key="Apollo.FAT.Meta" value="http://fat-configservice:8080"/>
Expand Down Expand Up @@ -224,4 +224,4 @@ appId就是应用的appId,如100004458。
```

## 5.3 修改配置
在本地开发模式下,Apollo不会实时监测文件内容是否有变化,所以如果修改了配置,需要重启应用生效。
在本地开发模式下,Apollo不会实时监测文件内容是否有变化,所以如果修改了配置,需要重启应用生效。

0 comments on commit 44f4b8b

Please sign in to comment.