thumbor: Auto generate thumbor_key and add it to zulip settings.

This commit is contained in:
Aditya Bansal
2017-11-03 00:18:29 +05:30
committed by Tim Abbott
parent fa0fb9e299
commit 79576797b0
3 changed files with 4 additions and 1 deletions

View File

@@ -1484,3 +1484,5 @@ CROSS_REALM_BOT_EMAILS = {
}
CONTRIBUTORS_DATA = os.path.join(STATIC_ROOT, 'generated/github-contributors.json')
THUMBOR_KEY = get_secret('thumbor_key')