This repository was archived by the owner on Aug 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-11
lines changed Expand file tree Collapse file tree 4 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -67,15 +67,13 @@ AZURE_O1MINI_DEPLOYMENT_NAME=[<o1-mini-deployment-name>]
6767AZURE_O1_DEPLOYMENT_NAME=[< o1-deployment-name> ]
6868
6969# if using AWS Bedrock
70+ LLM_PROVIDER=bedrock-anthropic
7071AWS_ACCESS_KEY_ID=< aws-access-key>
7172AWS_SECRET_ACCESS_KEY=< aws-secret-access-key>
7273AWS_REGION=< aws-region>
7374
7475TEMP_PATH=/cache
7576
76- AST_GREP_RULES_PATH=/home/jailuser/ast-grep-rules
77- AST_GREP_ESSENTIALS=ast-grep-essentials
78-
7977SELF_HOSTED=azure-devops
8078
8179AZURE_DEVOPS_BOT_TOKEN=< personal-access-token>
Original file line number Diff line number Diff line change @@ -60,15 +60,16 @@ AZURE_O1MINI_DEPLOYMENT_NAME=[<o1-mini-deployment-name>]
6060AZURE_O1_DEPLOYMENT_NAME=[< o1-deployment-name> ]
6161
6262# if using AWS Bedrock
63+ LLM_PROVIDER=bedrock-anthropic
6364AWS_ACCESS_KEY_ID=< aws-access-key>
6465AWS_SECRET_ACCESS_KEY=< aws-secret-access-key>
6566AWS_REGION=< aws-region>
6667
6768# System Configuration
6869TEMP_PATH=/cache
69- AST_GREP_RULES_PATH=/home/jailuser/ast-grep-rules
70- AST_GREP_ESSENTIALS=ast-grep-essentials
70+
7171SELF_HOSTED=bitbucket-server
72+
7273BITBUCKET_SERVER_URL=< bitbucket-server-url> /rest
7374BITBUCKET_SERVER_WEBHOOK_SECRET=< webhook-secret>
7475BITBUCKET_SERVER_BOT_TOKEN=< personal-access-token>
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ AZURE_O1MINI_DEPLOYMENT_NAME=[<o1-mini-deployment-name>]
7171AZURE_O1_DEPLOYMENT_NAME=[< o1-deployment-name> ]
7272
7373# if using AWS Bedrock
74+ LLM_PROVIDER=bedrock-anthropic
7475AWS_ACCESS_KEY_ID=< aws-access-key>
7576AWS_SECRET_ACCESS_KEY=< aws-secret-access-key>
7677AWS_REGION=< aws-region>
@@ -83,9 +84,6 @@ ANTHROPIC_BASE_URL=[<anthropic-base-url>]
8384
8485TEMP_PATH=/cache
8586
86- AST_GREP_RULES_PATH=/home/jailuser/ast-grep-rules
87- AST_GREP_ESSENTIALS=ast-grep-essentials
88-
8987SELF_HOSTED=github
9088
9189GH_WEBHOOK_SECRET=< webhook-secret>
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ AZURE_O1MINI_DEPLOYMENT_NAME=[<o1-mini-deployment-name>]
6666AZURE_O1_DEPLOYMENT_NAME=[< o1-deployment-name> ]
6767
6868# if using AWS Bedrock
69+ LLM_PROVIDER=bedrock-anthropic
6970AWS_ACCESS_KEY_ID=< aws-access-key>
7071AWS_SECRET_ACCESS_KEY=< aws-secret-access-key>
7172AWS_REGION=< aws-region>
@@ -78,9 +79,6 @@ ANTHROPIC_BASE_URL=[<anthropic-base-url>]
7879
7980TEMP_PATH=/cache
8081
81- AST_GREP_RULES_PATH=/home/jailuser/ast-grep-rules
82- AST_GREP_ESSENTIALS=ast-grep-essentials
83-
8482SELF_HOSTED=gitlab
8583
8684GITLAB_BOT_TOKEN=< personal-access-token>
You can’t perform that action at this time.
0 commit comments