Embedded bots: Add support for creating embedded bots via the API.

Adds support to add "Embedded bot" Service objects. This service
handles every embedded bot.

Extracted from "Embedded bots: Add support to add embedded bots from
UI" by Robert Honig.

Tweaked by tabbott to be disabled by default.
This commit is contained in:
Abhijeet Kaur
2017-07-14 20:14:07 +05:30
committed by Tim Abbott
parent ce4ba9c178
commit a88178afaf
5 changed files with 58 additions and 4 deletions

View File

@@ -183,6 +183,7 @@ DEFAULT_SETTINGS = {
'PUSH_NOTIFICATION_REDACT_CONTENT': False,
'RATE_LIMITING': True,
'SEND_LOGIN_EMAILS': True,
'EMBEDDED_BOTS_ENABLED': False,
}
# These settings are not documented in prod_settings_template.py.