diff options
Diffstat (limited to 'Tests/LibMatrix.HomeserverEmulator/appsettings.Development.json')
-rw-r--r-- | Tests/LibMatrix.HomeserverEmulator/appsettings.Development.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Tests/LibMatrix.HomeserverEmulator/appsettings.Development.json b/Tests/LibMatrix.HomeserverEmulator/appsettings.Development.json index df83ec5..f14522d 100644 --- a/Tests/LibMatrix.HomeserverEmulator/appsettings.Development.json +++ b/Tests/LibMatrix.HomeserverEmulator/appsettings.Development.json @@ -4,7 +4,9 @@ "Default": "Information", "Microsoft.AspNetCore": "Information", "Microsoft.AspNetCore.Routing": "Warning", - "Microsoft.AspNetCore.Mvc": "Warning" + "Microsoft.AspNetCore.Mvc": "Warning" } + }, + "HomeserverEmulator": { } } |