From 147e2b21be180d4b405c6ebe861971cb0dc9e6b2 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Fri, 29 Sep 2017 18:05:20 +0200 Subject: Let fetch_ref pull from Gitaly instead of from disk --- config/gitlab.yml.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config/gitlab.yml.example') diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index c5c50c216e1..88771c5f5bb 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -499,6 +499,8 @@ production: &base # Gitaly settings gitaly: + # Path to the directory containing Gitaly client executables. + client_path: /home/git/gitaly # 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. @@ -664,7 +666,7 @@ test: gitaly_address: unix:tmp/tests/gitaly/gitaly.socket gitaly: - enabled: true + client_path: tmp/tests/gitaly token: secret backup: path: tmp/tests/backups -- cgit v1.2.3