diff --git a/app-config.yaml b/app-config.yaml index 5919deb1ee..2f9f6e4f9a 100644 --- a/app-config.yaml +++ b/app-config.yaml @@ -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