2014-08-27 18:36:58 +09:00
|
|
|
{
|
|
|
|
"name": "Huginn",
|
|
|
|
"description": "Build agents that monitor and act on your behalf. Your agents are standing by!",
|
2017-09-01 18:06:03 +09:00
|
|
|
"website": "https://github.com/huginn/huginn",
|
|
|
|
"repository": "https://github.com/huginn/huginn",
|
|
|
|
"logo": "https://raw.githubusercontent.com/huginn/huginn/master/media/huginn-icon-64.png",
|
2014-08-27 18:36:58 +09:00
|
|
|
"env": {
|
2015-04-25 04:54:30 -07:00
|
|
|
"BUILDPACK_URL": "https://github.com/heroku/heroku-buildpack-multi.git",
|
2014-08-27 18:36:58 +09:00
|
|
|
"APP_SECRET_TOKEN": {
|
|
|
|
"generator": "secret"
|
|
|
|
},
|
|
|
|
"PROCFILE_PATH": "deployment/heroku/Procfile.heroku",
|
|
|
|
"ON_HEROKU": "true",
|
|
|
|
"FORCE_SSL": "true",
|
|
|
|
"INVITATION_CODE": {
|
|
|
|
"generator": "secret"
|
|
|
|
},
|
|
|
|
"USE_GRAPHVIZ_DOT": "dot"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"postdeploy": "bundle exec rake db:migrate"
|
|
|
|
},
|
2015-04-25 04:54:30 -07:00
|
|
|
"addons": ["heroku-postgresql"],
|
2018-09-22 11:37:40 +02:00
|
|
|
"success_url": "/users/sign_up",
|
|
|
|
"stack": "heroku-16"
|
2014-08-27 18:36:58 +09:00
|
|
|
}
|