Skip to content
Snippets Groups Projects
app.json 727 B
Newer Older
{
  "name": "Rocket.Chat",
Gabriel Engel's avatar
Gabriel Engel committed
  "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"],
Gabriel Engel's avatar
Gabriel Engel committed
  "website": "https://rocket.chat",
  "env": {
    "BUILDPACK_URL": "https://github.com/RocketChat/meteor-buildpack-horse.git",
    "METEOR_APP_DIR": "apps/meteor/",
Gabriel Engel's avatar
Gabriel Engel committed
    "HEROKU_APP_NAME": {
Gabriel Engel's avatar
Gabriel Engel committed
      "description": "Please re-enter your App Name from the top.",
      "required": true
Aaron Ogle's avatar
Aaron Ogle committed
    "DEPLOY_PLATFORM": "heroku"
  },
  "addons": [
    "mongolab",
    "logentries"