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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2017-11-03 12:17:37 +0300
committerDouwe Maan <douwe@gitlab.com>2017-11-03 12:17:37 +0300
commitf580e49713c611094029424e779f25bd9807c7cf (patch)
tree96f7438c03262d9ef96dbc083b6c8df4eeb662ed
parent1796683b86a20b7e1bb33f32815350b3ccb83eb6 (diff)
parent85c52f619affa3091d1d83ab662f85b820496816 (diff)
Merge branch 'gitaly-client-path-fix' into 'master'
Fix invalid Gitaly ClientPath config See merge request gitlab-org/gitlab-ce!15159
-rw-r--r--config/gitlab.yml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 4bfa5be0136..7547ba4a8fa 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -501,7 +501,7 @@ production: &base
# Gitaly settings
gitaly:
# Path to the directory containing Gitaly client executables.
- client_path: /home/git/gitaly
+ client_path: /home/git/gitaly/bin
# Default Gitaly authentication token. Can be overriden per storage. Can
# be left blank when Gitaly is running locally on a Unix socket, which
# is the normal way to deploy Gitaly.