Skip to content
Snippets Groups Projects
app.json 853 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",
Gabriel Engel's avatar
Gabriel Engel committed
  "logo": "https://raw.githubusercontent.com/RocketChat/Rocket.Chat/master/public/images/logo/512x512.png?v=3",
  "keywords": ["meteor", "social", "community", "chat"],
Gabriel Engel's avatar
Gabriel Engel committed
  "website": "https://rocket.chat",
  "env": {
Gabriel Engel's avatar
Gabriel Engel committed
    "BUILDPACK_URL": "https://github.com/RocketChat/heroku-buildpack-meteor.git",
Gabriel Engel's avatar
Gabriel Engel committed
    "HEROKU_APP_NAME": {
Gabriel Engel's avatar
Gabriel Engel committed
      "description": "This will become your Rocket.Chat app URL: https://<HEROKU_APP_NAME>.herokuapp.com",
      "required": true
    },
    "HEROKU_PARENT_APP_NAME": {
      "description": "This will become your Rocket.Chat app URL: https://<HEROKU_APP_NAME>.herokuapp.com",
      "required": true
    }
  },
  "addons": [
    "mongolab",
    "logentries"