Merge branch 'master' of https://github.com/whitef0x0/tellform into stage

This commit is contained in:
David Baldwynn 2017-03-30 11:45:05 -07:00
commit 9b8b7ff4a2
No known key found for this signature in database
GPG key ID: 15D1C13202224A9B

View file

@ -26,22 +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": {
"predeploy": "grunt build",
"postdeploy": "node scripts/create_admin.js"
}
}
}