mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
Merge pull request #2000 from papi656/fix/correct-variable-name
Correct variable for url for bitbucket server
This commit is contained in:
commit
d2c304eede
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ webhook_secret = ""
|
||||||
|
|
||||||
# For Bitbucket app
|
# For Bitbucket app
|
||||||
app_key = ""
|
app_key = ""
|
||||||
base_url = ""
|
url = ""
|
||||||
|
|
||||||
[azure_devops]
|
[azure_devops]
|
||||||
# For Azure devops personal access token
|
# For Azure devops personal access token
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue