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

@ -30,6 +30,7 @@ AUTOGENERATED_SETTINGS = [
'local_database_password',
'rabbitmq_password',
'shared_secret',
'thumbor_key',
]
# TODO: We can eliminate this function if we refactor the install

View File

@ -1,2 +1,2 @@
ZULIP_VERSION = "1.7.0+git"
PROVISION_VERSION = '11.3'
PROVISION_VERSION = '11.4'

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')