forked from shar1z/slack-invite-page-openstack-community
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
20 lines (20 loc) · 628 Bytes
/
app.json
File metadata and controls
20 lines (20 loc) · 628 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "Slack Invite Automation",
"description": "A tiny web application to invite a user info your slack team.",
"repository": "https://github.com/outsideris/slack-invite-automation",
"keywords": ["node", "slack", "invite"],
"env": {
"COMMUNITY_NAME": {
"description": "Your team name",
"value": "YOUR TEAM NAME"
},
"SLACK_URL": {
"description": "Your slack url(ex: socketio.slack.com)",
"value": "YOUR-TEAM.slack.com"
},
"SLACK_TOKEN": {
"description": "access token of slack, You can generate it in https://api.slack.com/web#auth",
"value": ""
}
}
}