Remove public_baseurl from unittest config

This commit is contained in:
Andrew Morgan 2019-06-05 17:41:24 +01:00
parent 78ca92a9b2
commit 12ed769fbf

View file

@ -165,7 +165,7 @@ def default_config(name, parse=False):
"failed_attempts": {"per_second": 10000, "burst_count": 10000},
},
"saml2_enabled": False,
"public_baseurl": "http://localhost/",
"public_baseurl": None,
"default_identity_server": None,
"key_refresh_interval": 24 * 60 * 60 * 1000,
"old_signing_keys": {},