mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-15 18:20:37 +08:00
chore: organize comments
This commit is contained in:
@ -123,16 +123,6 @@ AWS_ACCESS_KEY_ID = ""
|
||||
AWS_SECRET_ACCESS_KEY = ""
|
||||
AWS_REGION_NAME = ""
|
||||
|
||||
# AWS Secrets Manager (for secure secret management in Lambda environments)
|
||||
[aws_secrets_manager]
|
||||
secret_arn = "" # The ARN of the AWS Secrets Manager secret containing PR-Agent configuration
|
||||
region_name = "" # Optional: specific AWS region (defaults to AWS_REGION_NAME or Lambda region)
|
||||
|
||||
# AWS Secrets Manager secret should contain JSON with configuration overrides:
|
||||
# Example secret value:
|
||||
# {
|
||||
# "openai.key": "sk-...",
|
||||
# "github.webhook_secret": "your-webhook-secret",
|
||||
# "github.user_token": "ghp_...",
|
||||
# "gitlab.personal_access_token": "glpat-..."
|
||||
# }
|
Reference in New Issue
Block a user