mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
27 lines
801 B
JSON
27 lines
801 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": "http://rocket.chat/images/logo/logo-dark.svg",
|
|
"keywords": ["meteor", "social", "community", "chat"],
|
|
"env": {
|
|
"BUILDPACK_URL": "https://github.com/AdmitHub/meteor-buildpack-horse.git",
|
|
"ROOT_URL": {
|
|
"description": "The full URL of your Rocket.Chat app (by default, http://appname.herokuapp.com)."
|
|
},
|
|
"AWS_ACCESS_KEY_ID": {
|
|
"description": "Your AWS Access Key Id"
|
|
},
|
|
"AWS_SECRET_ACCESS_KEY": {
|
|
"description": "Your AWS Secret Access Key"
|
|
},
|
|
"AWS_BUCKET": {
|
|
"description": "The AWS Bucket"
|
|
}
|
|
},
|
|
"addons": [
|
|
"mongolab",
|
|
"logentries"
|
|
]
|
|
}
|