From 0e45763eff2e8b9e810ce92e2bae3f882552462b Mon Sep 17 00:00:00 2001 From: Izalia Mae Date: Thu, 8 Dec 2022 03:53:13 -0500 Subject: [PATCH] remove unnecessary config update --- relay/config.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/relay/config.py b/relay/config.py index 77b5db4..996fa9f 100644 --- a/relay/config.py +++ b/relay/config.py @@ -98,12 +98,6 @@ class RelayConfig(DotDict): 'whitelist': [] }) - if self.is_docker: - self.update({ - 'db': Path('/data/relay.jsonld'), - 'listen': '127.0.0.1' - }) - def ban_instance(self, instance): if instance.startswith('http'):