about summary refs log tree commit diff
path: root/MatrixMediaGate/appsettings.Development.json
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-02-25 09:15:06 +0100
committerRory& <root@rory.gay>2024-02-25 09:15:06 +0100
commitb27978162f3215f49837fa72d81c94078776db0d (patch)
tree442b63ab0819d62d8f366bdddc1cb42a74addb8c /MatrixMediaGate/appsettings.Development.json
downloadMatrixMediaGate-b27978162f3215f49837fa72d81c94078776db0d.tar.xz
Initial commit
Diffstat (limited to 'MatrixMediaGate/appsettings.Development.json')
-rw-r--r--MatrixMediaGate/appsettings.Development.json17
1 files changed, 17 insertions, 0 deletions
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" + ] + } +}