From e076b84ad32e76833b9f7da69c0f61b14287f713 Mon Sep 17 00:00:00 2001 From: Muhammad Khatri Date: Tue, 24 Dec 2019 18:16:42 -0600 Subject: [PATCH] build(heroku): change DISABLE_EMAIL to default false --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index a037e5f..7381b9f 100644 --- a/app.json +++ b/app.json @@ -25,7 +25,7 @@ }, "DISABLE_EMAIL": { "description": "Email sending is disabled if set to true.", - "value": "true" + "value": "false" }, "BASE_URL": { "description": "The base URL of the app.",