From 0fa768556aca00f4346ccd71917fad048def6323 Mon Sep 17 00:00:00 2001 From: Rory& Date: Thu, 30 May 2024 08:22:50 +0000 Subject: Move around some projects, further cleanup pending --- .../appsettings.Development.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Utilities/LibMatrix.HomeserverEmulator/appsettings.Development.json (limited to 'Utilities/LibMatrix.HomeserverEmulator/appsettings.Development.json') diff --git a/Utilities/LibMatrix.HomeserverEmulator/appsettings.Development.json b/Utilities/LibMatrix.HomeserverEmulator/appsettings.Development.json new file mode 100644 index 0000000..f14522d --- /dev/null +++ b/Utilities/LibMatrix.HomeserverEmulator/appsettings.Development.json @@ -0,0 +1,12 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Information", + "Microsoft.AspNetCore.Routing": "Warning", + "Microsoft.AspNetCore.Mvc": "Warning" + } + }, + "HomeserverEmulator": { + } +} -- cgit 1.4.1