16 lines
223 B
JSON
16 lines
223 B
JSON
{
|
|
"Generator": "myWebLog 3",
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"MyWebLog.Handlers": "Information"
|
|
}
|
|
},
|
|
"Kestrel": {
|
|
"Endpoints": {
|
|
"Http": {
|
|
"Url": "http://0.0.0.0:5000"
|
|
}
|
|
}
|
|
}
|
|
}
|