forked from FromAtom/Kujaku
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
39 lines (39 loc) · 985 Bytes
/
app.json
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
31
32
33
34
35
36
37
38
39
{
"name": "Kujaku",
"description": "Slack App that to unfurl url of esa.io",
"keywords": [
"productivity",
"team",
"esa",
"slack"
],
"repository": "https://github.com/FromAtom/Kujaku",
"env": {
"SLACK_OAUTH_ACCESS_TOKEN": {
"description": "ex) xoxp-XXXXXXXX-XXXXXXXX-XXXXX"
},
"ESA_ACCESS_TOKEN": {
"description": "Personal Access Token (Require read permission)"
},
"ESA_TEAM_NAME": {
"description": "Esa team name of targeted for URL unfurling"
},
"ESA_MAX_ARTICLE_LINES": {
"description": "Maximum number of lines of article text outputting by Kujaku. (default: 10)",
"required": false
},
"ESA_MAX_COMMENT_LINES": {
"description": "Maximum number of lines of comment text outputting by Kujaku. (default: 10)",
"required": false
}
},
"image": "heroku/ruby",
"addons": [
{
"plan": "heroku-redis:hobby-dev"
},
{
"plan": "papertrail"
}
]
}