diff options
author | Rory& <root@rory.gay> | 2024-02-26 19:23:14 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-02-26 19:23:14 +0100 |
commit | 1368da6dfb7cf3d5ad2244d740881957a2587cc7 (patch) | |
tree | 6a9af5586b3a2be46a55a256aca268234f921a77 /MatrixMediaGate/appsettings.Development.json | |
parent | Use X-Real-IP and X-Forwarded-For if available (diff) | |
download | MatrixMediaGate-1368da6dfb7cf3d5ad2244d740881957a2587cc7.tar.xz |
Remove debug logging
Diffstat (limited to '')
-rw-r--r-- | MatrixMediaGate/appsettings.Development.json | 4 |
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" ] |