18 lines
309 B
JSON
18 lines
309 B
JSON
|
|
{
|
||
|
|
"Kestrel": {
|
||
|
|
"Endpoints": {
|
||
|
|
"Http": {
|
||
|
|
"Url": "http://localhost:5286"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
|
||
|
|
"Logging": {
|
||
|
|
"LogLevel": {
|
||
|
|
"Default": "Information",
|
||
|
|
"Microsoft.AspNetCore": "Warning"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"AllowedHosts": "*"
|
||
|
|
}
|