17 lines
242 B
JSON
17 lines
242 B
JSON
|
|
{
|
||
|
|
"Logging": {
|
||
|
|
"LogLevel": {
|
||
|
|
"Default": "Information",
|
||
|
|
"Microsoft.AspNetCore": "Warning"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"Kestrel": {
|
||
|
|
"EndPoints": {
|
||
|
|
"Http": {
|
||
|
|
"Url": "http://+:5001"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"AllowedHosts": "*"
|
||
|
|
}
|