mirror of
https://github.com/wekan/wekan.git
synced 2025-04-21 12:37:07 -04:00
19 lines
667 B
JSON
19 lines
667 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|