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:
authorKamil Trzciński <ayufan@ayufan.eu>2020-06-02 14:36:25 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2020-06-02 14:36:25 +0300
commit5b3c530a931049d7f826c270eeab0e4070e94710 (patch)
tree1dcc4e09369f7f821fcd26f388d8b68241f1572f
parentaf0fb3a19c92535725cd21b60b58cd75fd4abe92 (diff)
Update config.toml.example to support https://gitlab.com/gitlab-org/gitaly/-/commit/87b8dde88db42036d6c03b5537e7ee9b720c1aa5
-rw-r--r--config.toml.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example
index 922285781..85fbf6ba6 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -92,7 +92,8 @@ custom_hooks_dir = "/home/git/custom_hooks"
[gitlab]
secret_file = "/home/git/gitlab-shell/.gitlab_shell_secret"
-gitlab_url = "http+unix://%2Fhome%2Fgit%2Fgitlab%2Ftmp%2Fsockets%2Fgitlab-workhorse.socket"
+url = "http+unix://%2Fhome%2Fgit%2Fgitlab%2Ftmp%2Fsockets%2Fgitlab-workhorse.socket"
+
[gitlab.http-settings]
# read_timeout = 300
# user = someone