16 lines
235 B
JSON
16 lines
235 B
JSON
{
|
|
"Kestrel": {
|
|
"Endpoints": {
|
|
"MyHttpEndpoint": {
|
|
"Url": "http://0.0.0.0:8083"
|
|
}
|
|
}
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
}
|
|
}
|