Skip to content

Commit

Permalink
Add configuration for GITA API crendentials
Browse files Browse the repository at this point in the history
  • Loading branch information
TheShubhendra committed Jan 25, 2021
1 parent a542f73 commit 9d8c77a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,16 @@
"value": "",
"required": false
},
"GITA_CLIENT_ID": {
"description": "Needed for gita plugin. Follow https://bhagavadgita.io to get yours.",
"value":"",
"required": false
},
"GITA_CLIENT_SECRET":{
"description": "Needed for gita plugin. Follow https://bhagavadgita.io to get yours.",
"value":"",
"required": false
},
"HEROKU_API_KEY": {
"description": "Go to https://dashboard.heroku.com/account, scroll down and press Reveal API.Required for updater to work.",
"value": "",
Expand Down

0 comments on commit 9d8c77a

Please sign in to comment.