1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00

Add Heroku generated app.json

This commit is contained in:
Daniel Barber 2018-11-12 09:22:26 -05:00
parent 033fe00faa
commit c38a8b3163

45
app.json Normal file
View File

@ -0,0 +1,45 @@
{
"name": "danbarberphoto",
"description": "",
"scripts": {
},
"env": {
"AWS_BUCKET": {
"required": true
},
"AWS_KEY": {
"required": true
},
"AWS_SECRET": {
"required": true
},
"LANG": {
"required": true
},
"RACK_ENV": {
"required": true
},
"RAILS_ENV": {
"required": true
},
"RAILS_SERVE_STATIC_FILES": {
"required": true
},
"SECRET_KEY_BASE": {
"required": true
}
},
"formation": {
"web": {
"quantity": 1
}
},
"addons": [
"heroku-postgresql"
],
"buildpacks": [
{
"url": "heroku/ruby"
}
]
}