Skip to content

Commit

Permalink
Added new environment variables to app.json for the Heroku deployment…
Browse files Browse the repository at this point in the history
… to work
  • Loading branch information
Rafael Campos committed Aug 22, 2018
1 parent fcb156d commit d49cf06
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
},
"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": [
Expand Down

0 comments on commit d49cf06

Please sign in to comment.