Add gitaly: client_path to gitlab.yml
This commit is contained in:
parent
1a4c79f9c9
commit
a378c70a7c
1 changed files with 2 additions and 0 deletions
2
debian/conf/gitlab.yml.example
vendored
2
debian/conf/gitlab.yml.example
vendored
|
@ -490,6 +490,8 @@ production: &base
|
||||||
|
|
||||||
# Gitaly settings
|
# Gitaly settings
|
||||||
gitaly:
|
gitaly:
|
||||||
|
# Path to the directory containing Gitaly client executables.
|
||||||
|
client_path: /usr/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