mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
settings: Remove S3 key settings from DEFAULT_SETTINGS.
These are handled below with `get_secret`.
This commit is contained in:
@@ -114,8 +114,6 @@ DEFAULT_SETTINGS = {
|
||||
'EMAIL_BACKEND': None,
|
||||
'NOREPLY_EMAIL_ADDRESS': "noreply@" + EXTERNAL_HOST.split(":")[0],
|
||||
'STAGING': False,
|
||||
'S3_KEY': '',
|
||||
'S3_SECRET_KEY': '',
|
||||
'S3_AVATAR_BUCKET': '',
|
||||
'LOCAL_UPLOADS_DIR': None,
|
||||
'DATA_UPLOAD_MAX_MEMORY_SIZE': 25 * 1024 * 1024,
|
||||
|
||||
Reference in New Issue
Block a user