pictureServer/PictureFilesApi/appsettings.json

15 lines
284 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AppSetting": {
"HttpHost": "http://localhost:9023"//配置接口地址
},
"AllowedHosts": "*",
"UseSwagger": 1
}