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:
authorKim "BKC" Carlbäcker <kim.carlbacker@gmail.com>2017-08-04 11:34:12 +0300
committerKim "BKC" Carlbäcker <kim.carlbacker@gmail.com>2017-08-07 15:37:44 +0300
commitcebb3dba2c9231bd0b57c125226b3191d1a96c64 (patch)
tree35951f2e2aed9f96d6053d9f689eeeda13cfb4b4 /config.toml.example
parent6e0e79dde06a494b09984499ed550f2031b03eef (diff)
Add config for gitlab-shell
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 7547c61e8..5fe394217 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -38,3 +38,7 @@ path = "/home/git/repositories"
[gitaly-ruby]
# The directory where gitaly-ruby is installed
dir = "/home/git/gitaly/ruby"
+
+[gitlab-shell]
+# The directory where gitlab-shell is installed
+dir = "/home/git/gitlab-shell"