Skip to content

Commit

Permalink
Add app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bfirsh committed Nov 5, 2018
1 parent 7c1cb0f commit f7c77ac
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "modernomad",
"scripts": {
"postdeploy": "./manage.py generate_test_data"
},
"env": {
"ALLOWED_HOSTS": ".herokuapp.com",
"AWS_ACCESS_KEY_ID": {
"required": true
},
"AWS_SECRET_ACCESS_KEY": {
"required": true
},
"AWS_STORAGE_BUCKET_NAME": {
"required": true
},
"SECRET_KEY": {
"generator": "secret"
}
},
"formation": {
"worker": {
"quantity": 1
},
"web": {
"quantity": 1
}
},
"addons": ["cloudamqp", "papertrail", "heroku-postgresql"],
"buildpacks": []
}

0 comments on commit f7c77ac

Please sign in to comment.