diff --git a/website/docs/configuration/remote.md b/website/docs/configuration/remote.md index e67a212a81..e0a0e1ff03 100644 --- a/website/docs/configuration/remote.md +++ b/website/docs/configuration/remote.md @@ -55,3 +55,15 @@ Same applies for GitLab/Bitbucket with `--gitlab-token`/`--gitea-token`/`--bitbu ### api_url Sets the API URL for a particular remote. + +--- + +Here is a complete example for a project hosted on GitLab: + +```toml +[remote.gitlab] +owner = "archlinux" +repo = "arch-repro-status" +api_url = "https://gitlab.archlinux.org/api/v4" +token = "deadbeef" +```