From 86e8fff8ef68c74d45af83609418888dee38d698 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 30 Mar 2017 11:24:08 -0700 Subject: [PATCH] Remove admin credentials from app.json --- app.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/app.json b/app.json index c153aecd..0603e511 100644 --- a/app.json +++ b/app.json @@ -26,18 +26,6 @@ "description": "Which mailer provider are you using? (i.e. SparkPost, Mandrill, etc)", "value": "Sparkpost", "required": true - }, - "ADMIN_EMAIL": { - "description": "Email of the default admin account", - "required": true - }, - "ADMIN_USERNAME": { - "description": "Username of the default admin account", - "required": true - }, - "ADMIN_PASSWORD": { - "description": "Password of the default admin account", - "required": true } }, "scripts": {