The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/app.json

17 lines
563 B

{
"name": "Rocket.Chat",
"description": "Have your own open-source Slack-like online chat, built with Meteor.",
"repository": "https://github.com/RocketChat/Rocket.Chat",
"logo": "http://rocket.chat/images/logo/logo-dark.svg",
"keywords": ["meteor", "social", "community", "chat"],
"env": {
"BUILDPACK_URL": "https://github.com/RocketChat/heroku-buildpack-meteor.git",
"ROOT_URL": {
"description": "The full URL of your Rocket.Chat app (https://<App Name>.herokuapp.com)."
}
},
"addons": [
"mongolab",
"logentries"
]
}