forked from kupuguy/gitthello
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
30 lines (30 loc) · 754 Bytes
/
app.json
File metadata and controls
30 lines (30 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name" : "GitTello sync issues & cards",
"description": "Synchronize your github issues with your trello cards",
"keywords": [
"productivity",
"github",
"trello"
],
"website": "https://github.com/wooga/gittello/blob/master/README.md",
"repository": "https://github.com/wooga/gittello",
"logo": "http://cdn-mkt.wooga.com/logo/wooga-logo-w.png",
"env": {
"TRELLO_DEV_KEY": {
"description": "Trello Developer Key"
},
"TRELLO_MEMBER_TOKEN": {
"description": "Trello member token"
},
"GITHUB_ACCESS_TOKEN": {
"description": "Access Token for GitHub"
},
"RACK_ENV": {
"description": "Rack environment",
"value": "production"
}
},
"addons": [
"scheduler"
]
}