Blog.Core/Blog.Core.Api/appsettings.apollo.json
2021-08-21 23:25:06 +08:00

18 lines
379 B
JSON

{
//apollo 配置
"Apollo": {
"Enable": false,
"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"
}
]
}
}