mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-08 06:33:09 -06:00
Remove sections that are dead in the monolith sample
This commit is contained in:
parent
a1a349d341
commit
189d478491
|
|
@ -194,10 +194,6 @@ federation_api:
|
||||||
# last resort.
|
# last resort.
|
||||||
prefer_direct_fetch: false
|
prefer_direct_fetch: false
|
||||||
|
|
||||||
# Configuration for the Key Server (for end-to-end encryption).
|
|
||||||
key_server:
|
|
||||||
# There are no configurable options for the key server in a monolith deployment.
|
|
||||||
|
|
||||||
# Configuration for the Media API.
|
# Configuration for the Media API.
|
||||||
media_api:
|
media_api:
|
||||||
# Storage path for uploaded media. May be relative or absolute.
|
# Storage path for uploaded media. May be relative or absolute.
|
||||||
|
|
@ -232,10 +228,6 @@ mscs:
|
||||||
# - msc2836 # (Threading, see https://github.com/matrix-org/matrix-doc/pull/2836)
|
# - msc2836 # (Threading, see https://github.com/matrix-org/matrix-doc/pull/2836)
|
||||||
# - msc2946 # (Spaces Summary, see https://github.com/matrix-org/matrix-doc/pull/2946)
|
# - msc2946 # (Spaces Summary, see https://github.com/matrix-org/matrix-doc/pull/2946)
|
||||||
|
|
||||||
# Configuration for the Room Server.
|
|
||||||
room_server:
|
|
||||||
# There are no configurable options for the roomserver in a monolith deployment.
|
|
||||||
|
|
||||||
# Configuration for the Sync API.
|
# Configuration for the Sync API.
|
||||||
sync_api:
|
sync_api:
|
||||||
# This option controls which HTTP header to inspect to find the real remote IP
|
# This option controls which HTTP header to inspect to find the real remote IP
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue