feat: Improved server, security and commands

Signed-off-by: Luca Simone <info@lucasimone.info>
This commit is contained in:
Luca Simone
2023-12-17 17:38:27 +01:00
parent f7a6348401
commit 7a5acb29ac
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 = ""