mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
19 lines
753 B
JSON
19 lines
753 B
JSON
{
|
|
"name": "Rocket.Chat",
|
|
"description": "Have your own open-source Slack-like online chat, built with Meteor.",
|
|
"repository": "https://github.com/RocketChat/Rocket.Chat",
|
|
"logo": "https://raw.githubusercontent.com/RocketChat/Rocket.Chat/master/public/images/logo/512x512.png?v=3",
|
|
"keywords": ["meteor", "social", "community", "chat"],
|
|
"website": "https://rocket.chat",
|
|
"env": {
|
|
"BUILDPACK_URL": "https://github.com/RocketChat/heroku-buildpack-meteor.git",
|
|
"ROOT_URL": {
|
|
"description": "IMPORTANT! Please fill with https://<App Name>.herokuapp.com. Replace <App Name> with the value you provided on the top. This will be the full URL of your Rocket.Chat app.",
|
|
}
|
|
},
|
|
"addons": [
|
|
"mongolab",
|
|
"logentries"
|
|
]
|
|
}
|