feat: gitea client
This commit is contained in:
@@ -1,12 +1,19 @@
|
||||
git-provider: "bitbucket" # Optional if only one is configured (bitbucket or gitea)
|
||||
|
||||
bitbucket:
|
||||
base-url: "https://bitbucket.your-org.ch"
|
||||
token: "BMTY4OTU0NjU3OTo..."
|
||||
# Positional defaults (optional)
|
||||
project: "APP"
|
||||
repo: "api-gateway"
|
||||
prid: 45
|
||||
|
||||
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"
|
||||
model: "gemini-2.0-flash"
|
||||
Reference in New Issue
Block a user