Skip to content
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.

Commit

Permalink
fixup required attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
atmos committed Aug 15, 2014
1 parent 68d990f commit f661586
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,17 @@
"addons": ["heroku-postgresql:hobby-dev", "rediscloud"],
"env": {
"GITHUB_TOKEN": {
"description": "A personal OAuth token from GitHub with repo scope.",
"required": true
"description": "A personal OAuth token from GitHub with repo scope."
},
"GITHUB_CLIENT_ID": {
"description": "A client id from a GitHub OAuth app you created.",
"required": true
"description": "A client id from a GitHub OAuth app you created."
},
"GITHUB_CLIENT_SECRET": {
"description": "A client secret from a GitHub OAuth app you created.",
"required": true
"description": "A client secret from a GitHub OAuth app you created."
},
"GITHUB_TEAM_ID": {
"description": "A GitHub team id number to restrict resque access to."
"description": "A GitHub team id number to restrict resque access to.",
"required": false
},
"DEPLOYMENT_TIMEOUT": {
"description": "The maximum amount of time a deployment can take in seconds.",
Expand Down

0 comments on commit f661586

Please sign in to comment.