Prep v1.6.0

This commit is contained in:
Ryan Kelly
2016-11-24 10:40:21 +11:00
parent b57a109c7a
commit 35283e66fd
3 changed files with 6 additions and 3 deletions

View File

@@ -83,6 +83,9 @@ def includeme(config):
settings["storage.backend"] = "syncstorage.storage.sql.SQLStorage"
settings["storage.sqluri"] = sqluri
settings["storage.create_tables"] = True
if "storage.batch_upload_enabled" not in settings:
# Default the new batch-upload API to on
settings["storage.batch_upload_enabled"] = True
if "browserid.backend" not in settings:
# Default to remote verifier, with base of public_url as only audience
audience = urlunparse(urlparse(public_url)._replace(path=""))