Merge pull request #3655 from matrix-org/neilj/disable_hs

Flag to disable HS without disabling federation
This commit is contained in:
Neil Johnson 2018-08-09 10:41:43 +00:00 committed by GitHub
commit 0ad98e38d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 22 additions and 1 deletions

View file

@ -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 = []