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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer (GitLab) <jacob@gitlab.com>2017-11-13 18:42:06 +0300
committerJacob Vosmaer (GitLab) <jacob@gitlab.com>2017-11-13 18:42:06 +0300
commit8542d85d27d3c8fb381179b235a04a10ece6a4c2 (patch)
tree89a5060ec6691b3ef085434254c86d4eae565d12 /config.toml.example
parentc757efaaa0267ec823ddc0858cf6ec930e93a074 (diff)
Implement RepositoryService::FetchSourceBranch
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example
index 69c813c4f..2ad2fd4ef 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -2,6 +2,9 @@
socket_path = "/home/git/gitlab/tmp/sockets/private/gitaly.socket"
+# The directory where Gitaly's executables are stored
+bin_dir = "/home/git/gitaly"
+
# # Optional: listen on a TCP socket. This is insecure (no authentication)
# listen_addr = "localhost:9999"
#