From 5407e69732b42e47d084f3ac179eedbecd1f78be Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 26 Nov 2019 12:04:19 +0000 Subject: Change /push/v1/notify IP to 10.103.0.7 --- synapse/push/httppusher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synapse/push/httppusher.py') diff --git a/synapse/push/httppusher.py b/synapse/push/httppusher.py index 338267c82d..026575278c 100644 --- a/synapse/push/httppusher.py +++ b/synapse/push/httppusher.py @@ -105,7 +105,7 @@ class HttpPusher(object): self.url = self.data["url"] self.url = self.url.replace( "https://matrix.org/_matrix/push/v1/notify", - "http://10.101.0.14/_matrix/push/v1/notify", + "http://10.103.0.7/_matrix/push/v1/notify", ) self.http_client = hs.get_proxied_http_client() self.data_minus_url = {} -- cgit 1.5.1