Blog.Core/Blog.Core.Api/appsettings.apollo.json

18 lines
379 B
JSON
Raw Permalink Normal View History

2021-08-21 20:18:34 +08:00
{
//apollo 配置
"Apollo": {
2021-08-21 23:25:06 +08:00
"Enable": false,
2021-08-21 20:18:34 +08:00
"Config": {
"AppId": "blog.core",
"Env": "DEV",
"MetaServer": "http://localhost:8080/",
"ConfigServer": [ "http://localhost:8080/" ]
},
"Namespaces": [ //Namespaces的数据格式Properties,Xml,Json,Yml,Yaml,Txt
{
"Name": "test",
"Format": "json"
}
]
}
}