changed api_root
This commit is contained in:
parent
fbdb625494
commit
b1e8e1f680
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ backend:
|
||||||
name: test-repo #gitea
|
name: test-repo #gitea
|
||||||
repo: maximeg/palettetest # Path to your Gitea repository
|
repo: maximeg/palettetest # Path to your Gitea repository
|
||||||
app_id: bfbd2107-f7a5-42be-8901-589294019980 # The Client ID provided by Gitea
|
app_id: bfbd2107-f7a5-42be-8901-589294019980 # The Client ID provided by Gitea
|
||||||
api_root: https://git.deuxfleurs.fr/api # API URL of your Gitea instance
|
api_root: https://git.deuxfleurs.fr/api/v1 # API URL of your Gitea instance
|
||||||
base_url: https://git.deuxfleurs.fr # Root URL of your Gitea instance
|
base_url: https://git.deuxfleurs.fr # Root URL of your Gitea instance
|
||||||
# optional, defaults to main
|
# optional, defaults to main
|
||||||
# branch: main
|
# branch: main
|
||||||
|
|
Loading…
Reference in a new issue