chore: replace integrations.bitbucket with [..].bitbucketCloud in app-config.yaml

Replace `integrations.bitbucket` with `integrations.bitbucketCloud`
in `app-config.yaml` (local dev, demo).

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
This commit is contained in:
Patrick Jungermann
2022-06-15 11:47:17 +02:00
parent 2bb51571de
commit e636a01227
+2 -3
View File
@@ -182,9 +182,8 @@ integrations:
gitlab:
- host: gitlab.com
token: ${GITLAB_TOKEN}
bitbucket:
- host: bitbucket.org
username: ${BITBUCKET_USERNAME}
bitbucketCloud:
- username: ${BITBUCKET_USERNAME}
appPassword: ${BITBUCKET_APP_PASSWORD}
### Example for how to add your bitbucket server instance using the API:
# - host: server.bitbucket.com