19 lines
399 B
YAML
19 lines
399 B
YAML
git-provider: "bitbucket" # Optional if only one is configured (bitbucket or gitea)
|
|
|
|
bitbucket:
|
|
base-url: "https://bitbucket.your-org.ch"
|
|
token: "BMTY4OTU0NjU3OTo..."
|
|
|
|
gitea:
|
|
base-url: "https://gitea.com"
|
|
token: "your-gitea-token"
|
|
|
|
# Shared positional defaults (optional)
|
|
owner: "APP"
|
|
repo: "api-gateway"
|
|
prid: 45
|
|
|
|
llm:
|
|
provider: "gemini"
|
|
api-key: "AIzaSy..."
|
|
model: "gemini-2.0-flash" |