diff --git a/assets/runtime/config/gitaly/config.toml b/assets/runtime/config/gitaly/config.toml index 1c198478..fd5369eb 100644 --- a/assets/runtime/config/gitaly/config.toml +++ b/assets/runtime/config/gitaly/config.toml @@ -9,3 +9,11 @@ socket_path = "{{GITALY_SOCKET_PATH}}" [[storage]] name = "default" path = "{{GITLAB_REPOS_DIR}}" + +[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"