From 11076988b2f9d871cc03095e864354da30a56726 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 3 May 2015 18:25:44 +0200 Subject: Changed variable 'notification_sender' to 'notification_email'. --- app.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app.json') diff --git a/app.json b/app.json index faf4545c..3765c1b1 100644 --- a/app.json +++ b/app.json @@ -14,11 +14,10 @@ "env": { "HEROKU": "1", "ADMIN_EMAIL": "root@pyAggr3g470r.localhost", - "NOTIFICATION_SENDER": "pyAggr3g470r@no-reply.com", "ADMIN_PASSWORD": "password", + "NOTIFICATION_EMAIL": "pyAggr3g470r@no-reply.com", "RECAPTCHA_PRIVATE_KEY": "REDACTED", "RECAPTCHA_PUBLIC_KEY": "REDACTED", - "NOTIFICATION_EMAIL": "REDACTED", "POSTMARK_API_KEY": "REDACTED" }, "addons": [ -- cgit