Send feedback to prod

(imported from commit 52c76dfb6f8b8e49d1a9e799852a1683e85673c6)
This commit is contained in:
Zev Benjamin
2015-02-05 21:50:09 -08:00
parent a3de75bf8b
commit 9738f2fa17

View File

@@ -358,7 +358,7 @@ if EMAIL_GATEWAY_PATTERN != "":
EMAIL_GATEWAY_EXAMPLE = EMAIL_GATEWAY_PATTERN % ("support+abcdefg",)
if DEPLOYED:
FEEDBACK_TARGET="https://staging.zulip.com/api"
FEEDBACK_TARGET="https://zulip.com/api"
else:
FEEDBACK_TARGET="http://localhost:9991/api"