From 77c69483979e712f4cf2fe8a765d10beab5a6190 Mon Sep 17 00:00:00 2001 From: John Cai Date: Sat, 11 Jun 2022 04:24:31 -0400 Subject: Add [gitlab] section in example praefect config toml --- config.praefect.toml.example | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/config.praefect.toml.example b/config.praefect.toml.example index afe0f9153..65b79a20e 100644 --- a/config.praefect.toml.example +++ b/config.praefect.toml.example @@ -66,3 +66,18 @@ name = 'praefect' storage = "praefect-git-2" address = "tcp://praefect-git-2.internal" token = 'token3' + +[gitlab] +secret_file = "/home/git/gitlab-shell/.gitlab_shell_secret" +url = "http+unix://%2Fhome%2Fgit%2Fgitlab%2Ftmp%2Fsockets%2Fgitlab-workhorse.socket" +# Only needed if a UNIX socket is used in `url` and GitLab is configured to +# use a relative path (e.g. /gitlab). +# relative_url_root = '/' + +[gitlab.http-settings] +# read_timeout = 300 +# user = someone +# password = somepass +# ca_file = /etc/ssl/cert.pem +# ca_path = /etc/pki/tls/certs + -- cgit v1.2.3