diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-05-03 18:14:07 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-05-03 18:14:07 +0200 |
commit | a4d13d1e3155ac49c63538271199f60842184772 (patch) | |
tree | 5d1fb95528563672fb7a048792a1c96eea5db551 /documentation | |
parent | Fixed a bug when sending emails (email of the sender was empty). (diff) | |
download | newspipe-a4d13d1e3155ac49c63538271199f60842184772.tar.gz newspipe-a4d13d1e3155ac49c63538271199f60842184772.tar.bz2 newspipe-a4d13d1e3155ac49c63538271199f60842184772.zip |
Updated documentation.
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/deployment.rst | 2 |
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 |