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:
authorJustin Kromlinger <justin@kromlinger.eu>2020-05-28 18:04:53 +0300
committerhashworks <mail@hashworks.net>2020-05-28 18:04:53 +0300
commita5584c2dac3a4863c4c7701c81ac77e97bbe5599 (patch)
treec7090c2268b2c57bd8236171d21b66072421edaa
parent6841bb7ed505b062a072ade556a2cc0e5f137ea2 (diff)
Use workhorse socket instead of the Rails socket
Reasoning: https://gitlab.com/gitlab-org/gitlab-workhorse/-/blob/master/README.md#quick-facts-how-does-workhorse-work https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/388#note_351164003
-rw-r--r--config.toml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example
index ae2282d85..922285781 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -92,7 +92,7 @@ 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.socket"
+gitlab_url = "http+unix://%2Fhome%2Fgit%2Fgitlab%2Ftmp%2Fsockets%2Fgitlab-workhorse.socket"
[gitlab.http-settings]
# read_timeout = 300
# user = someone