aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-05-03 18:14:07 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-05-03 18:14:07 +0200
commita4d13d1e3155ac49c63538271199f60842184772 (patch)
tree5d1fb95528563672fb7a048792a1c96eea5db551 /documentation
parentFixed a bug when sending emails (email of the sender was empty). (diff)
downloadnewspipe-a4d13d1e3155ac49c63538271199f60842184772.tar.gz
newspipe-a4d13d1e3155ac49c63538271199f60842184772.tar.bz2
newspipe-a4d13d1e3155ac49c63538271199f60842184772.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 59080b89..ac0971b2 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_EMAIL=<notification-email>
+ $ heroku config:set NOTIFICATION_SENDER=<notification-email>
$ heroku config:set POSTMARK_API_KEY=<your-postmark-api-key>
$ heroku addons:add postmark:10k
bgstack15