app.json 667 B

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