Merge pull request #7306 from mw-jko/patch-1
add hint for possible need of gitlab-domains optionpull/7289/merge
commit
c35dc1ac6f
|
@ -65,13 +65,17 @@ an OAuth token for GitHub.
|
||||||
|
|
||||||
A list of domain names and oauth keys. For example using `{"gitlab.com":
|
A list of domain names and oauth keys. For example using `{"gitlab.com":
|
||||||
"oauthtoken"}` as the value of this option will use `oauthtoken` to access
|
"oauthtoken"}` as the value of this option will use `oauthtoken` to access
|
||||||
private repositories on gitlab.
|
private repositories on gitlab. Please note: If the package is not hosted at
|
||||||
|
gitlab.com the domain names must be also specified with the
|
||||||
|
[`gitlab-domains`](06-config.md#gitlab-domains) option.
|
||||||
|
|
||||||
## gitlab-token
|
## gitlab-token
|
||||||
|
|
||||||
A list of domain names and private tokens. For example using `{"gitlab.com":
|
A list of domain names and private tokens. For example using `{"gitlab.com":
|
||||||
"privatetoken"}` as the value of this option will use `privatetoken` to access
|
"privatetoken"}` as the value of this option will use `privatetoken` to access
|
||||||
private repositories on gitlab.
|
private repositories on gitlab. Please note: If the package is not hosted at
|
||||||
|
gitlab.com the domain names must be also specified with the
|
||||||
|
[`gitlab-domains`](06-config.md#gitlab-domains) option.
|
||||||
|
|
||||||
## disable-tls
|
## disable-tls
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue