-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathapp.json
29 lines (29 loc) · 1.16 KB
/
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": "sparkbot-appd-botkit",
"description": "Runs a Webex Teams bot on Heroku.",
"keywords": ["ciscospark", "webex", "chatbot", "botkit"],
"repository": "https://github.com/AltusConsulting/sparkbot-appd-botkit.git",
"env": {
"APPD_ACCOUNT": {
"description": "Your AppDynamics account name. The subdomain of 'saas.appdynamics.com' in the URL of the SaaS version"
},
"PUBLIC_URL": {
"description": "Internet facing URL where your bot can be reached."
},
"BOT_TOKEN": {
"description": "The API access token of your Webex Teams bot."
},
"APPD_CONTROLLER": {
"description": "The complete URL of your AppDynamics controller (i.e. 'https://blabla12345678.saas.appdynamics.com'"
},
"APPD_USERNAME": {
"description": "The username for your AppD account. This will allow your bot to retrieve data via de API."
},
"APPD_PASSWORD": {
"description": "The password for your AppD account. This will allow your bot to retrieve data via de API."
}
},
"addons": [
"heroku-redis:hobby-dev"
]
}