Allow disabling of feedback system in UI

(imported from commit ce16b2916784e9cf10a230cb47515ffc65888778)
This commit is contained in:
Leo Franchi
2013-11-13 10:59:03 -05:00
parent cf33d1c512
commit 6274c33f86
4 changed files with 10 additions and 2 deletions

View File

@@ -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