mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-01 03:03:10 -06:00
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:
parent
5cda098846
commit
1db4cd6a13
|
|
@ -107,17 +107,6 @@ federation_api:
|
||||||
connect: http://localhost:7772
|
connect: http://localhost:7772
|
||||||
external_api:
|
external_api:
|
||||||
listen: http://[::]:8072
|
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:
|
key_server:
|
||||||
internal_api:
|
internal_api:
|
||||||
listen: http://localhost:7779
|
listen: http://localhost:7779
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue