init
This commit is contained in:
18
DouyinApi.Api/appsettings.apollo.json
Normal file
18
DouyinApi.Api/appsettings.apollo.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
//apollo 配置
|
||||
"Apollo": {
|
||||
"Enable": false,
|
||||
"Config": {
|
||||
"AppId": "douyinapi",
|
||||
"Env": "DEV",
|
||||
"MetaServer": "http://localhost:8080/",
|
||||
"ConfigServer": [ "http://localhost:8080/" ]
|
||||
},
|
||||
"Namespaces": [ //Namespaces的数据格式Properties,Xml,Json,Yml,Yaml,Txt
|
||||
{
|
||||
"Name": "test",
|
||||
"Format": "json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user