1
0

Remove admin credentials from app.json

This commit is contained in:
David Baldwynn 2017-03-30 11:24:08 -07:00 committed by GitHub
parent e893521363
commit 86e8fff8ef

View File

@ -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": {