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.
This commit is contained in:
Sebastian Spaeth 2022-04-04 08:06:45 +02:00
parent 5cda098846
commit 1db4cd6a13

View file

@ -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