mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
Allow disabling of feedback system in UI
(imported from commit ce16b2916784e9cf10a230cb47515ffc65888778)
This commit is contained in:
@@ -22,6 +22,10 @@ EMAIL_HOST_PASSWORD = ''
|
||||
EMAIL_PORT = 587
|
||||
EMAIL_USE_TLS = True
|
||||
|
||||
# Control whether or not there is a feedback button in the UI,
|
||||
# which can be used to send feedback directly to Zulip
|
||||
ENABLE_FEEDBACK = True
|
||||
|
||||
# By default uploaded files and avatars are stored directly on the Zulip server
|
||||
# If file storage to Amazon S3 is desired, please contact Zulip Support
|
||||
# (support@zulip.com) for further instructions on setting up S3 integration
|
||||
|
||||
Reference in New Issue
Block a user