New dev commands and updates

This commit is contained in:
Jori Lallo
2017-11-10 15:24:29 -08:00
parent a6f8b0b2c9
commit c33c7f04d8
10 changed files with 148 additions and 12 deletions

View File

@@ -28,7 +28,7 @@
"REDIS_URL": {
"required": true
},
"SEQUELIZE_SECRET": {
"SECRET_KEY": {
"required": true
},
"SLACK_KEY": {
@@ -51,10 +51,13 @@
}
},
"formation": {},
"addons": ["heroku-postgresql", "heroku-redis"],
"addons": [
"heroku-postgresql",
"heroku-redis"
],
"buildpacks": [
{
"url": "heroku/nodejs"
}
]
}
}