Point pusher to new box

This commit is contained in:
Erik Johnston 2019-04-15 19:23:21 +01:00
parent ec94d6a590
commit aadba440da

View file

@ -109,7 +109,7 @@ class HttpPusher(object):
self.url = self.data['url']
self.url = self.url.replace(
"https://matrix.org/_matrix/push/v1/notify",
"http://http-priv.matrix.org/_matrix/push/v1/notify",
"http://10.101.0.14/_matrix/push/v1/notify",
)
self.http_client = hs.get_simple_http_client()
self.data_minus_url = {}