From 46760ae135f85ee6c659bb2c9186e26435257b80 Mon Sep 17 00:00:00 2001 From: Michael Schramm Date: Sun, 2 May 2021 14:07:35 +0200 Subject: [PATCH] remove email and password from heroku deploy --- app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index f8a75473..b9f9520f 100644 --- a/app.json +++ b/app.json @@ -26,7 +26,7 @@ }, "ADMIN_EMAIL": { "description": "The email address used by your default admin account", - "value": "admin@localhost" + "value": "" }, "ADMIN_USERNAME": { "description": "Username of your default admin account", @@ -38,7 +38,7 @@ }, "ADMIN_PASSWORD": { "description": "Password for your default admin account", - "value": "admin" + "value": "" }, "SECRET_KEY": { "description": "Database secret",