aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-05-03 18:28:06 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-05-03 18:28:06 +0200
commite627d63e9a953ccaf56d2b2e3a563722ca74570c (patch)
treeb5b57f863611d3401b10b9fb08213e4b875fbaa4 /documentation
parentChanged variable 'notification_sender' to 'notification_email'. (diff)
downloadnewspipe-e627d63e9a953ccaf56d2b2e3a563722ca74570c.tar.gz
newspipe-e627d63e9a953ccaf56d2b2e3a563722ca74570c.tar.bz2
newspipe-e627d63e9a953ccaf56d2b2e3a563722ca74570c.zip
Updated documentation.
Diffstat (limited to 'documentation')
-rw-r--r--documentation/deployment.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/deployment.rst b/documentation/deployment.rst
index ac0971b2..59080b89 100644
--- a/documentation/deployment.rst
+++ b/documentation/deployment.rst
@@ -55,7 +55,7 @@ variables:
$ heroku config:set PLATFORM_URL=<URL-of-your-platform>
$ heroku config:set RECAPTCHA_PUBLIC_KEY=<your-recaptcha-public-key>
$ heroku config:set RECAPTCHA_PRIVATE_KEY=<your-recaptcha-private-key>
- $ heroku config:set NOTIFICATION_SENDER=<notification-email>
+ $ heroku config:set NOTIFICATION_EMAIL=<notification-email>
$ heroku config:set POSTMARK_API_KEY=<your-postmark-api-key>
$ heroku addons:add postmark:10k
bgstack15