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