Merge pull request #529 from lukefx/bitbucket_webhook_improvements

feat: Improved server, security and commands
This commit is contained in:
Ori Kotek
2023-12-20 17:27:06 +02:00
committed by GitHub
3 changed files with 42 additions and 16 deletions

View File

@ -65,6 +65,11 @@ personal_access_token = ""
# For Bitbucket personal/repository bearer token
bearer_token = ""
[bitbucket_server]
# For Bitbucket Server bearer token
auth_token = ""
webhook_secret = ""
# For Bitbucket app
app_key = ""
base_url = ""

View File

@ -164,6 +164,11 @@ polling_interval_seconds = 30
# token to authenticate in the patch server
# patch_server_token = ""
[bitbucket_server]
# URL to the BitBucket Server instance
# url = "https://git.bitbucket.com"
url = ""
[litellm]
#use_client = false