mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
46 lines
660 B
JSON
46 lines
660 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|