mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-18 06:29:18 -04:00
Merge pull request #3655 from matrix-org/neilj/disable_hs
Flag to disable HS without disabling federation
This commit is contained in:
commit
0ad98e38d0
6 changed files with 22 additions and 1 deletions
|
@ -74,6 +74,8 @@ def setup_test_homeserver(name="test", datastore=None, config=None, reactor=None
|
|||
config.media_storage_providers = []
|
||||
config.auto_join_rooms = []
|
||||
config.limit_usage_by_mau = False
|
||||
config.hs_disabled = False
|
||||
config.hs_disabled_message = ""
|
||||
config.max_mau_value = 50
|
||||
config.mau_limits_reserved_threepids = []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue