2019-11-24 11:49:14 +00:00
|
|
|
{
|
|
|
|
"name": "Chatwoot",
|
|
|
|
"description": "Chatwoot is a customer support tool for instant messaging channels",
|
|
|
|
"website": "https://www.chatwoot.com/",
|
|
|
|
"repository": "https://github.com/chatwoot/chatwoot",
|
2020-05-31 16:19:28 +00:00
|
|
|
"logo": "https://app.chatwoot.com/brand-assets/logo_thumbnail.svg",
|
2019-11-24 11:49:14 +00:00
|
|
|
"keywords": [
|
|
|
|
"live chat",
|
|
|
|
"customer support",
|
|
|
|
"ruby",
|
|
|
|
"rails",
|
|
|
|
"vue"
|
|
|
|
],
|
2021-01-17 08:37:18 +00:00
|
|
|
"success_url": "/",
|
2019-11-24 11:49:14 +00:00
|
|
|
"env": {
|
|
|
|
"SECRET_TOKEN": {
|
|
|
|
"description": "A secret key for verifying the integrity of signed cookies.",
|
|
|
|
"generator": "secret"
|
|
|
|
},
|
|
|
|
"RACK_ENV": {
|
|
|
|
"description": "Environment for rack middleware.",
|
|
|
|
"value": "production"
|
|
|
|
},
|
|
|
|
"RAILS_ENV": {
|
|
|
|
"description": "Environment for rails middleware.",
|
|
|
|
"value": "production"
|
2020-05-31 16:19:28 +00:00
|
|
|
},
|
|
|
|
"FRONTEND_URL": {
|
|
|
|
"description": "Public root URL of the Chatwoot installation. This will be used in the emails.",
|
|
|
|
"value": "https://CHANGE.herokuapp.com"
|
2021-08-16 18:05:00 +00:00
|
|
|
},
|
|
|
|
"INSTALLATION_ENV": {
|
|
|
|
"description": "Installation method used for Chatwoot.",
|
|
|
|
"value": "heroku"
|
2019-11-24 11:49:14 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"formation": {
|
|
|
|
"web": {
|
|
|
|
"quantity": 1,
|
|
|
|
"size": "FREE"
|
2020-12-01 09:26:05 +00:00
|
|
|
},
|
|
|
|
"worker": {
|
|
|
|
"quantity": 1,
|
|
|
|
"size": "FREE"
|
2019-11-24 11:49:14 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"image": "heroku/ruby",
|
2020-07-14 06:06:31 +00:00
|
|
|
"addons": [ "heroku-redis", "heroku-postgresql"],
|
2019-11-24 11:49:14 +00:00
|
|
|
"buildpacks": [
|
|
|
|
{
|
|
|
|
"url": "heroku/ruby"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"environments": {
|
|
|
|
"test": {
|
|
|
|
"scripts": {
|
|
|
|
"test": "bundle exec rake test"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|