Add gitaly: client_path to gitlab.yml

This commit is contained in:
Pirate Praveen 2018-12-19 14:49:48 +05:30
parent 1a4c79f9c9
commit a378c70a7c

View file

@ -490,6 +490,8 @@ production: &base
# Gitaly settings
gitaly:
# Path to the directory containing Gitaly client executables.
client_path: /usr/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.