summaryrefslogtreecommitdiffstats
path: root/app.json
blob: 3921dec991af661f077d2cbe793100c35d7816db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "Wekan",
  "description": "The open-source kanban",
  "repository": "https://github.com/wekan/wekan",
  "logo": "https://raw.githubusercontent.com/wekan/wekan/master/meta/icons/wekan-150.png",
  "keywords": ["productivity", "tool", "team", "kanban"],
  "website": "https://wekan.github.io",
  "env": {
    "BUILDPACK_URL": "https://github.com/AdmitHub/meteor-buildpack-horse.git",
    "ROOT_URL": {
      "description": "IMPORTANT! Please replace <App Name> with the value provided on the top. This will be the full URL of your Wekan app.",
      "value": "https://<App Name>.herokuapp.com"
    }
  },
  "addons": [
    "mongolab",
    "logentries"
  ]
}