16 lines
289 B
JSON
16 lines
289 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
//"Kestrel": {
|
|
// "Endpoints": {
|
|
// "Http": {
|
|
// "Url": "http://*:5000"
|
|
// }
|
|
// }
|
|
//}
|
|
}
|