From b3102f5f326b511fad9e3a7d7fb6729b35fc4803 Mon Sep 17 00:00:00 2001 From: "R. Miles McCain" Date: Sun, 14 Jun 2020 02:05:11 +0000 Subject: [PATCH] Remove erroneous app.json default --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 735aa671..b88b5f28 100644 --- a/app.json +++ b/app.json @@ -61,7 +61,7 @@ }, "EMAIL_HOST_USER": { "description": "SMTP server username (for sending emails)", - "value": "@gmail.com", + "value": "", "required": false }, "EMAIL_HOST_PASSWORD": {