about summary refs log tree commit diff
path: root/MatrixMediaGate/appsettings.Development.json
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-02-26 19:23:14 +0100
committerRory& <root@rory.gay>2024-02-26 19:23:14 +0100
commit1368da6dfb7cf3d5ad2244d740881957a2587cc7 (patch)
tree6a9af5586b3a2be46a55a256aca268234f921a77 /MatrixMediaGate/appsettings.Development.json
parentUse X-Real-IP and X-Forwarded-For if available (diff)
downloadMatrixMediaGate-1368da6dfb7cf3d5ad2244d740881957a2587cc7.tar.xz
Remove debug logging
Diffstat (limited to '')
-rw-r--r--MatrixMediaGate/appsettings.Development.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/MatrixMediaGate/appsettings.Development.json b/MatrixMediaGate/appsettings.Development.json
index 627ac37..2763a9a 100644
--- a/MatrixMediaGate/appsettings.Development.json
+++ b/MatrixMediaGate/appsettings.Development.json
@@ -8,8 +8,8 @@
     }

   },

   "ProxyConfiguration": {

-    "Upstream": "https://rory.gay",

-    "Host": "matrix.rory.gay",

+    "Upstream": "http://matrix.rory.gay",

+    "Host": "matrix-rory-gay.localhost",

     "TrustedServers": [

       "rory.gay"

     ]