about summary refs log tree commit diff
path: root/MatrixMediaGate/appsettings.Development.json
diff options
context:
space:
mode:
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"

+    ]

+  }

+}