AutoUpdateNET/AutoUpdate/AutoUpdateServer/appsettings.Development.json
2025-02-12 17:00:49 +08:00

16 lines
275 B
JSON

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