Files
ResourceUsageAPI/bin/Debug/net9.0/publish/appsettings.json
T
2024-11-28 19:28:37 +08:00

17 lines
260 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"RunAsWindowsService": true,
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://*:5000"
}
}
}
}