Skip to content

Commit

Permalink
docs: update gitUrl section (#11351)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Aug 20, 2021
1 parent 7e425e6 commit b9d015f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/usage/self-hosted-configuration.md
Expand Up @@ -240,11 +240,12 @@ This reduces the chance of unintended consequences with global Git configs on sh

## gitUrl

Override the default resolution for git remote, e.g. to switch GitLab from HTTPS to SSH-based. Currently works for GitLab only.
Override the default resolution for Git remote, e.g. to switch GitLab from HTTPS to SSH-based.
Currently works for GitLab only.

Possible values:

- `default`: use HTTP URLs provided by the platform for Git
- `default`: use HTTPS URLs provided by the platform for Git
- `ssh`: use SSH URLs provided by the platform for Git
- `endpoint`: ignore URLs provided by the platform and use the configured endpoint directly

Expand Down

0 comments on commit b9d015f

Please sign in to comment.