Skip to content

Commit

Permalink
Add example configuration for bitbucket scaffolder
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-ahsberg-resurs committed Jan 4, 2021
1 parent fc40b23 commit 2c7ff36
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,13 @@ scaffolder:
api:
token:
$env: AZURE_TOKEN
bitbucket:
api:
host: https://bitbucket.org
username:
$env: BITBUCKET_USERNAME
token:
$env: BITBUCKET_TOKEN
auth:
environment: development
### Providing an auth.session.secret will enable session support in the auth-backend
Expand Down

0 comments on commit 2c7ff36

Please sign in to comment.