-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
32 lines (32 loc) · 870 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
{
"name": "slack-shufflelunch",
"description": "A Slack commands that randomly shuffles people into small lunch groups",
"keywords": [
"bot",
"slack"
],
"website": "https://github.com/ojiry/slack-shufflelunch",
"repository": "https://github.com/ojiry/slack-shufflelunch",
"env": {
"SLACK_API_TOKEN": {
"description": "Slack API token: https://api.slack.com/docs/token-types#workspace"
},
"SLACK_BOT_TOKEN": {
"description": "Slack bot API token: https://api.slack.com/docs/token-types#bot",
"required": false
},
"SLACK_VERIFICATION_TOKEN": {
"description": "Slack verification token: https://api.slack.com/docs/token-types#verification_tokens"
}
},
"formation": {
"web": {
"quantity": 1,
"size": "free"
},
"worker": {
"quantity": 0,
"size": "free"
}
}
}