* Incremental work on signaling * Incremental work on signal middleware * Getting somewhere! * Refactored middelware * Added BadRequestResult and NotFoundResult
13 lines
190 B
JSON
13 lines
190 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Smtp": {
|
|
"Host": "localhost",
|
|
"Port": "2525"
|
|
}
|
|
}
|