feat:default close Apollo

This commit is contained in:
zhanganzhong 2021-08-21 23:25:06 +08:00
parent 6ddb627474
commit 297cefcd20
2 changed files with 7 additions and 2 deletions

View File

@ -813,9 +813,14 @@
</summary>
<param name="id"></param>
</member>
<member name="M:Blog.Core.Controllers.ValuesController.GetAllConfigByAppllo(Microsoft.Extensions.Configuration.IConfiguration)">
<summary>
测试接入Apollo获取配置信息
</summary>
</member>
<member name="M:Blog.Core.Controllers.ValuesController.GetConfigByAppllo(System.String)">
<summary>
此处的key格式为 xx:xx:x
通过此处的key格式为 xx:xx:x
</summary>
</member>
<member name="T:Blog.Core.Api.Controllers.NacosController">

View File

@ -1,7 +1,7 @@
{
//apollo
"Apollo": {
"Enable": true,
"Enable": false,
"Config": {
"AppId": "blog.core",
"Env": "DEV",