forked from tinyspeck/hammock
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathapp.json
29 lines (29 loc) · 789 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
{
"name": "Hammock",
"description": "Run Slack mixpanel integrations on your own server.",
"keywords": [
"productivity",
"chat",
"Slack",
"Mixpanel"
],
"website": "https://slack.com/",
"repository": "https://github.com/toshipon/slack-mixpanel-integration",
"logo": "https://cdn.rawgit.com/toshipon/slack-mixpanel-integratio/master/images/logo.png",
"env": {
"BUILDPACK_URL": "https://github.com/heroku/heroku-buildpack-php.git",
"HAMMOCK_ROOT": {
"description": "URL to this app. You can set this later.",
"required": false
},
"HAMMOCK_CLIENT_ID": {
"description": "Your Slack client ID."
},
"HAMMOCK_CLIENT_SECRET": {
"description": "Your Slack client secret."
}
},
"addons": [
"redistogo"
]
}