New dev commands and updates
This commit is contained in:
9
app.json
9
app.json
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user