diff options
Diffstat (limited to 'documentation/deployment.rst')
-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 |