21 lines
343 B
JSON
21 lines
343 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
}
|
|
//,
|
|
//"AllowedHosts": "*",
|
|
//"Kestrel": {
|
|
// "Endpoints": {
|
|
// "Http": {
|
|
// "Url": "http://localhost:5400"
|
|
// },
|
|
// "Https": {
|
|
// "Url": "https://localhost:5401"
|
|
// }
|
|
// }
|
|
//}
|
|
}
|