mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-19 17:56:19 +03:00
Remove public_baseurl from unittest config
This commit is contained in:
parent
78ca92a9b2
commit
12ed769fbf
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ def default_config(name, parse=False):
|
||||||
"failed_attempts": {"per_second": 10000, "burst_count": 10000},
|
"failed_attempts": {"per_second": 10000, "burst_count": 10000},
|
||||||
},
|
},
|
||||||
"saml2_enabled": False,
|
"saml2_enabled": False,
|
||||||
"public_baseurl": "http://localhost/",
|
"public_baseurl": None,
|
||||||
"default_identity_server": None,
|
"default_identity_server": None,
|
||||||
"key_refresh_interval": 24 * 60 * 60 * 1000,
|
"key_refresh_interval": 24 * 60 * 60 * 1000,
|
||||||
"old_signing_keys": {},
|
"old_signing_keys": {},
|
||||||
|
|
Loading…
Reference in a new issue