From 635d96b5e50753d5da62e5566332d9c107bddc5b Mon Sep 17 00:00:00 2001 From: mw-jko Date: Thu, 3 May 2018 15:43:36 +0200 Subject: [PATCH] add hint for possible need of gitlab-domains option --- doc/06-config.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/06-config.md b/doc/06-config.md index 6b10ed634..87ffb02a0 100644 --- a/doc/06-config.md +++ b/doc/06-config.md @@ -65,13 +65,17 @@ an OAuth token for GitHub. 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 -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 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 -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