From b27978162f3215f49837fa72d81c94078776db0d Mon Sep 17 00:00:00 2001 From: Rory& Date: Sun, 25 Feb 2024 09:15:06 +0100 Subject: Initial commit --- MatrixMediaGate/appsettings.Development.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 MatrixMediaGate/appsettings.Development.json (limited to 'MatrixMediaGate/appsettings.Development.json') diff --git a/MatrixMediaGate/appsettings.Development.json b/MatrixMediaGate/appsettings.Development.json new file mode 100644 index 0000000..627ac37 --- /dev/null +++ b/MatrixMediaGate/appsettings.Development.json @@ -0,0 +1,17 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Information", + "Microsoft.AspNetCore.Routing": "Warning", + "Microsoft.AspNetCore.Mvc": "Warning" + } + }, + "ProxyConfiguration": { + "Upstream": "https://rory.gay", + "Host": "matrix.rory.gay", + "TrustedServers": [ + "rory.gay" + ] + } +} -- cgit 1.5.1