pictureServer/PictureFilesApi/appsettings.json

15 lines
284 B
JSON
Raw Normal View History

2026-03-10 09:04:34 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AppSetting": {
"HttpHost": "http://localhost:9023"//配置接口地址
},
"AllowedHosts": "*",
"UseSwagger": 1
}