Rocket.Chat/app.json
2015-06-01 05:46:09 -03:00

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"
]
}