production: Add optional support for submitting usage statistics.

See documentation for details.
This commit is contained in:
Tim Abbott
2019-02-11 20:54:17 -08:00
parent de2f1ee0c4
commit 216d2ec1bf
5 changed files with 28 additions and 0 deletions

View File

@@ -226,6 +226,7 @@ DEFAULT_SETTINGS = {
'PASSWORD_MIN_GUESSES': 10000,
'PUSH_NOTIFICATION_BOUNCER_URL': None,
'PUSH_NOTIFICATION_REDACT_CONTENT': False,
'SUBMIT_USAGE_STATISTICS': True,
'RATE_LIMITING': True,
'SEND_LOGIN_EMAILS': True,
'EMBEDDED_BOTS_ENABLED': False,