From 1db4cd6a13985887714f5b1c2c1d30b42894989e Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Mon, 4 Apr 2022 08:06:45 +0200 Subject: [PATCH] setup/config/config_test.go: remove federation_sender config snippet The federation_sender: section was folded into the federation_api some time ago, and this seems to be the only leftover in the code base. So remove it. --- setup/config/config_test.go | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/setup/config/config_test.go b/setup/config/config_test.go index 9b8a035e3..cbc57ad18 100644 --- a/setup/config/config_test.go +++ b/setup/config/config_test.go @@ -107,17 +107,6 @@ federation_api: connect: http://localhost:7772 external_api: listen: http://[::]:8072 -federation_sender: - internal_api: - listen: http://localhost:7775 - connect: http://localhost:7775 - database: - connection_string: file:federationapi.db - max_open_conns: 100 - max_idle_conns: 2 - conn_max_lifetime: -1 - send_max_retries: 16 - disable_tls_validation: false key_server: internal_api: listen: http://localhost:7779