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-25 20:12:23 +0300
committerJustin Kromlinger <justin@kromlinger.eu>2020-05-25 20:12:23 +0300
commit6841bb7ed505b062a072ade556a2cc0e5f137ea2 (patch)
treeb11b25f3240d984cb0280fcc6fa35ef3c50089f4 /config.toml.example
parenta08561eebea15f32dd4217ca122ce0fc2364a2d6 (diff)
Use default puma socket in example config
The unicorn replacement 'puma' uses a unix socket in the example config [1] instead of a tcp port. Using the non-existing tcp port results in "Internal API unreachable" on git operations. [1] https://gitlab.com/gitlab-org/gitlab/-/blob/master/config/puma.rb.example#L34
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example
index d89f2da8a..ae2282d85 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://localhost:8080"
+gitlab_url = "http+unix://%2Fhome%2Fgit%2Fgitlab%2Ftmp%2Fsockets%2Fgitlab.socket"
[gitlab.http-settings]
# read_timeout = 300
# user = someone