summary refs log tree commit diff
path: root/synapse/push/httppusher.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-11-26 12:04:19 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2019-11-26 12:04:19 +0000
commit5407e69732b42e47d084f3ac179eedbecd1f78be (patch)
tree8c2126790273076f8572d90999f372f307ef6a19 /synapse/push/httppusher.py
parentMerge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes (diff)
downloadsynapse-5407e69732b42e47d084f3ac179eedbecd1f78be.tar.xz
Change /push/v1/notify IP to 10.103.0.7
Diffstat (limited to 'synapse/push/httppusher.py')
-rw-r--r--synapse/push/httppusher.py2
1 files changed, 1 insertions, 1 deletions
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 = {}