mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
22 lines
727 B
JSON
22 lines
727 B
JSON
{
|
|
"name": "Rocket.Chat",
|
|
"description": "Have your own open-source Slack-like online chat platform.",
|
|
"repository": "https://github.com/RocketChat/Rocket.Chat",
|
|
"logo": "https://raw.githubusercontent.com/RocketChat/Rocket.Chat.Artwork/master/Logos/2020/png/logo-horizontal-red.png",
|
|
"keywords": ["meteor", "social", "community", "chat"],
|
|
"website": "https://rocket.chat",
|
|
"env": {
|
|
"BUILDPACK_URL": "https://github.com/RocketChat/meteor-buildpack-horse.git",
|
|
"METEOR_APP_DIR": "apps/meteor/",
|
|
"HEROKU_APP_NAME": {
|
|
"description": "Please re-enter your App Name from the top.",
|
|
"required": true
|
|
},
|
|
"DEPLOY_PLATFORM": "heroku"
|
|
},
|
|
"addons": [
|
|
"mongolab",
|
|
"logentries"
|
|
]
|
|
}
|