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:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2020-05-29 10:51:09 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2020-05-29 10:51:09 +0300
commitd4476a558743d6935c58405eb450139f58c70937 (patch)
tree2adc9a707e60087538defaf7f971dd0cd62a8d9c
parenta23e2d9c4a922bead1d45a24a96f43930abc48e4 (diff)
parenta5584c2dac3a4863c4c7701c81ac77e97bbe5599 (diff)
Merge branch 'patch-2' into 'master'
Use default puma socket in example config See merge request gitlab-org/gitaly!2213
-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..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://localhost:8080"
+gitlab_url = "http+unix://%2Fhome%2Fgit%2Fgitlab%2Ftmp%2Fsockets%2Fgitlab-workhorse.socket"
[gitlab.http-settings]
# read_timeout = 300
# user = someone