forked from Javascript-Litoral/slackin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
25 lines (25 loc) · 962 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
{
"name": "Slackin",
"description": "Welcome to IOT Litoral!",
"logo": "http://www.businesscloudnews.com/files/2016/01/IoT-cloud.jpg",
"repository": "https://github.com/iot-litoral/slackin",
"keywords": ["node", "slack"],
"env": {
"SLACK_SUBDOMAIN": {
"description": "https://iotlitoral.slack.com",
"required": true
},
"SLACK_API_TOKEN": {
"description": "xoxp-333333333-29114348833-29111132517-31bccef949",
"required": true
},
"SLACK_COC": {
"description": "A URL to a Code of Conduct people must agree on before joining.",
"required": false
},
"SLACK_CHANNELS": {
"description": "Comma-separated list of single guest channels to invite them to (leave blank for a normal, all-channel invite). In order to make this work, you have to have a paid account. You'll only be able to invite as many people as your number of paying members times 5.",
"required": false
}
}
}