Update appsettings.json
This commit is contained in:
@@ -1,9 +1,14 @@
|
|||||||
{
|
{
|
||||||
"Logging": {
|
"Kestrel": {
|
||||||
"LogLevel": {
|
"EndpointDefaults": {
|
||||||
"Default": "Information",
|
"Protocols": "Http1AndHttp2",
|
||||||
"Microsoft.AspNetCore": "Warning"
|
},
|
||||||
|
"Logging": {
|
||||||
|
"LogLevel": {
|
||||||
|
"Default": "Information",
|
||||||
|
"Microsoft.AspNetCore": "Warning"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"AllowedHosts": "*"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"AllowedHosts": "*"
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user