mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-16 10:40:16 +08:00
add docs
This commit is contained in:
@ -23,7 +23,7 @@ import base64
|
||||
|
||||
router = APIRouter()
|
||||
available_commands_rgx = re.compile(r"^\/(" + "|".join(command2class.keys()) + r")\s*")
|
||||
azuredevops_server = get_settings().get("azure_devops")
|
||||
azuredevops_server = get_settings().get("azure_devops_server")
|
||||
WEBHOOK_USERNAME = azuredevops_server.get("webhook_username")
|
||||
WEBHOOK_PASSWORD = azuredevops_server.get("webhook_password")
|
||||
|
||||
|
@ -77,7 +77,7 @@ base_url = ""
|
||||
[litellm]
|
||||
LITELLM_TOKEN = "" # see https://docs.litellm.ai/docs/debugging/hosted_debugging for details and instructions on how to get a token
|
||||
|
||||
[azuredevops_server]
|
||||
[azure_devops_server]
|
||||
# For Azure devops Server basic auth - configured in the webhook creation
|
||||
# Optional, uncomment if you want to use Azure devops webhooks. Value assinged when you create the webhook
|
||||
# webhook_username = "<basic auth user>"
|
||||
|
Reference in New Issue
Block a user