Merge branch 'gitaly-client-path-fix' into 'master'
Fix invalid Gitaly ClientPath config See merge request gitlab-org/gitlab-ce!15159
This commit is contained in:
commit
f580e49713
1 changed files with 1 additions and 1 deletions
|
@ -501,7 +501,7 @@ production: &base
|
||||||
# Gitaly settings
|
# Gitaly settings
|
||||||
gitaly:
|
gitaly:
|
||||||
# Path to the directory containing Gitaly client executables.
|
# 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
|
# Default Gitaly authentication token. Can be overriden per storage. Can
|
||||||
# be left blank when Gitaly is running locally on a Unix socket, which
|
# be left blank when Gitaly is running locally on a Unix socket, which
|
||||||
# is the normal way to deploy Gitaly.
|
# is the normal way to deploy Gitaly.
|
||||||
|
|
Loading…
Reference in a new issue