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-07-27 11:35:43 +0300
committerAndrew Newdigate <andrew@gitlab.com>2017-07-27 11:35:43 +0300
commit0c32842c37e5f41a1d427312f390963237ab57fa (patch)
tree43d6521277989e53ce3da795f241712b1a895c82 /config.toml.example
parent0ffed4e45f9ced7aec0d15187432d85d68295f7d (diff)
Implement CommitService.CommitLanguages
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example
index ff867cdec..7547c61e8 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -34,3 +34,7 @@ path = "/home/git/repositories"
# # You can optionally configure Gitaly to record histogram latencies on GRPC method calls
# [prometheus]
# grpc_latency_buckets = [0.001, 0.005, 0.025, 0.1, 0.5, 1.0, 10.0, 30.0, 60.0, 300.0, 1500.0]
+
+[gitaly-ruby]
+# The directory where gitaly-ruby is installed
+dir = "/home/git/gitaly/ruby"