Disable batch-upload API by default, it's not in production yet.
This commit is contained in:
parent
0b784329b2
commit
146e6e6588
@ -83,9 +83,9 @@ def includeme(config):
|
|||||||
settings["storage.backend"] = "syncstorage.storage.sql.SQLStorage"
|
settings["storage.backend"] = "syncstorage.storage.sql.SQLStorage"
|
||||||
settings["storage.sqluri"] = sqluri
|
settings["storage.sqluri"] = sqluri
|
||||||
settings["storage.create_tables"] = True
|
settings["storage.create_tables"] = True
|
||||||
if "storage.batch_upload_enabled" not in settings:
|
# The batch-upload API is not yet stable in production.
|
||||||
# Default the new batch-upload API to on
|
# if "storage.batch_upload_enabled" not in settings:
|
||||||
settings["storage.batch_upload_enabled"] = True
|
# settings["storage.batch_upload_enabled"] = True
|
||||||
if "browserid.backend" not in settings:
|
if "browserid.backend" not in settings:
|
||||||
# Default to remote verifier, with base of public_url as only audience
|
# Default to remote verifier, with base of public_url as only audience
|
||||||
audience = urlunparse(urlparse(public_url)._replace(path=""))
|
audience = urlunparse(urlparse(public_url)._replace(path=""))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user