mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-28 11:11:07 -05:00
51 lines
908 B
JSON
51 lines
908 B
JSON
{
|
|
"name": "growstuff",
|
|
"stack": "heroku-18",
|
|
"description": "Open data project for small-scale food growers",
|
|
"scripts": {
|
|
"postdeploy": "bundle exec rails db:migrate db:seed"
|
|
},
|
|
"env": {
|
|
"GROWSTUFF_ELASTICSEARCH": {
|
|
"required": true
|
|
},
|
|
"GROWSTUFF_FACEBOOK_KEY": {
|
|
"required": true
|
|
},
|
|
"GROWSTUFF_FACEBOOK_SECRET": {
|
|
"required": true
|
|
},
|
|
"GROWSTUFF_FLICKR_KEY": {
|
|
"required": true
|
|
},
|
|
"GROWSTUFF_FLICKR_SECRET": {
|
|
"required": true
|
|
},
|
|
"GROWSTUFF_SITE_NAME": {
|
|
"required": true
|
|
},
|
|
"GROWSTUFF_EMAIL": {
|
|
"required": true
|
|
},
|
|
"MAIL_SENDER_HOST": {
|
|
"required": true
|
|
}
|
|
},
|
|
"formation": {
|
|
"web": {
|
|
"quantity": 1
|
|
}
|
|
},
|
|
"addons": [
|
|
"heroku-postgresql",
|
|
"memcachier",
|
|
"newrelic",
|
|
"sendgrid"
|
|
],
|
|
"buildpacks": [
|
|
{
|
|
"url": "heroku/ruby"
|
|
}
|
|
]
|
|
}
|