Files
ResourceUsageAPI/bin/Debug/net9.0/publish/publish/appsettings.json
T
Din Dang 7dc9010451 Fixed
2024-11-29 00:42:55 +08:00

17 lines
268 B
JSON

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