prod_settings_template: Update description for FEEDBACK_EMAIL.

This commit is contained in:
Rishi Gupta
2017-07-01 18:59:03 -07:00
committed by Tim Abbott
parent 364415bba4
commit dd3dd26f15

View File

@@ -159,10 +159,7 @@ SESSION_COOKIE_AGE = 60 * 60 * 24 * 7 * 2 # 2 weeks
# Controls whether or not there is a feedback button in the UI. # Controls whether or not there is a feedback button in the UI.
ENABLE_FEEDBACK = False ENABLE_FEEDBACK = False
# By default, the feedback button will submit feedback to the Zulip # Feedback sent by your users will be sent to this email address.
# developers. If you set FEEDBACK_EMAIL to be an email address
# (e.g. ZULIP_ADMINISTRATOR), feedback sent by your users will instead
# be sent to that email address.
FEEDBACK_EMAIL = ZULIP_ADMINISTRATOR FEEDBACK_EMAIL = ZULIP_ADMINISTRATOR
# Controls whether or not error reports (tracebacks) are emailed to the # Controls whether or not error reports (tracebacks) are emailed to the