Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Cai <jcai@gitlab.com>2022-06-11 11:24:31 +0300
committerJohn Cai <jcai@gitlab.com>2022-07-22 22:57:26 +0300
commit77c69483979e712f4cf2fe8a765d10beab5a6190 (patch)
tree0ca3a178f33f49a0e150fd544cefaa966f3a3033
parentecdb274cb85c3d957a38d728e18254a88f6e74dd (diff)
Add [gitlab] section in example praefect config tomljc-praefect-ff
-rw-r--r--config.praefect.toml.example15
1 files changed, 15 insertions, 0 deletions
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
+