From e627d63e9a953ccaf56d2b2e3a563722ca74570c Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 3 May 2015 18:28:06 +0200 Subject: Updated documentation. --- documentation/deployment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') 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= $ heroku config:set RECAPTCHA_PUBLIC_KEY= $ heroku config:set RECAPTCHA_PRIVATE_KEY= - $ heroku config:set NOTIFICATION_SENDER= + $ heroku config:set NOTIFICATION_EMAIL= $ heroku config:set POSTMARK_API_KEY= $ heroku addons:add postmark:10k -- cgit