octobox/app.json

24 строки
544 B
JSON
Исходник Обычный вид История

{
2016-12-18 23:34:05 +03:00
"name": "Octobox",
"description": "Take back control of your GitHub Notifications",
2016-12-23 15:15:16 +03:00
"repository": "https://github.com/octobox/octobox",
"scripts": {
"postdeploy": "bundle exec rake db:migrate"
},
"env": {
2016-12-18 07:38:39 +03:00
"GITHUB_CLIENT_ID": {
"description": "The GitHub Application Client ID",
"required": true
2016-12-18 18:05:54 +03:00
},
2016-12-18 07:38:39 +03:00
"GITHUB_CLIENT_SECRET": {
"description": "The GitHub Application Client Secret",
"required": true
}
},
"addons": [
2016-12-22 23:41:15 +03:00
"heroku-postgresql",
"memcachedcloud",
"scheduler"
]
}