20 lines
312 B
JSON
20 lines
312 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Kestrel": {
|
|
"Endpoints": {
|
|
"Https": {
|
|
"Url": "https://0.0.0.0:7238"
|
|
},
|
|
"Http": {
|
|
"Url": "http://0.0.0.0:5286"
|
|
}
|
|
}
|
|
}
|
|
}
|