AutoUpdateNET/AutoUpdate/AutoUpdateServer/appsettings.Development.json
2025-02-13 15:04:36 +08:00

16 lines
289 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
//"Kestrel": {
// "Endpoints": {
// "Http": {
// "Url": "http://*:5000"
// }
// }
//}
}