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