Skip to content

Commit

Permalink
Add Twitch keys to configuration files (badges#3985)
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB authored Sep 10, 2019
1 parent 4848c7b commit e755e61
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
"GH_TOKEN": {
"description": "Configure the token to be used for the GitHub services.",
"required": false
},
"TWITCH_CLIENT_ID": {
"description": "Configure the client id to be used for the Twitch service.",
"required": false
},
"TWITCH_CLIENT_SECRET": {
"description": "Configure the client secret to be used for the Twitch service.",
"required": false
}
},
"formation": {
Expand Down
2 changes: 2 additions & 0 deletions config/custom-environment-variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,6 @@ private:
sl_insight_userUuid: 'SL_INSIGHT_USER_UUID'
sl_insight_apiToken: 'SL_INSIGHT_API_TOKEN'
sonarqube_token: 'SONARQUBE_TOKEN'
twitch_client_id: 'TWITCH_CLIENT_ID'
twitch_client_secret: 'TWITCH_CLIENT_SECRET'
wheelmap_token: 'WHEELMAP_TOKEN'
2 changes: 2 additions & 0 deletions config/local-shields-io-production.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ private:
shields_secret: ...
sl_insight_userUuid: ...
sl_insight_apiToken: ...
twitch_client_id: ...
twitch_client_secret: ...
wheelmap_token: ...
2 changes: 2 additions & 0 deletions config/local.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ private:
# you can also set these values through environment variables, which may be
# preferable for self hosting.
gh_token: '...'
twitch_client_id: '...'
twitch_client_secret: '...'
wheelmap_token: '...'

0 comments on commit e755e61

Please sign in to comment.