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:
authorJohn Cai <jcai@gitlab.com>2020-05-09 07:12:54 +0300
committerPaul Okstad <pokstad@gitlab.com>2020-05-09 07:12:54 +0300
commitd26a5573b0b03c26b094128fc54ba9c69850cc80 (patch)
tree4bb1c2066a2013c533ac866002d312391814b923 /config.toml.example
parent26dad09a8e868d55dbfab09df5ae4e2ddecbe2b9 (diff)
Revert "Merge branch 'jc-revert-ee267' into 'master'"
This reverts commit 5a7280c223690cfff32a47f46930af57aa467c09, reversing changes made to 61dbe2ea087ebe4b5957972c7fb9e55eea1da7c5.
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example11
1 files changed, 11 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example
index 9c5db6013..7e763df42 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -86,6 +86,17 @@ dir = "/home/git/gitaly/ruby"
[gitlab-shell]
# The directory where gitlab-shell is installed
dir = "/home/git/gitlab-shell"
+secret_file = "/home/git/gitlab-shell/.gitlab_shell_secret"
+custom_hooks_dir = "/home/git/custom_hooks"
+gitlab_url = "http://localhost:3000"
+
+[gitlab-shell.http-settings]
+read_timeout: 300
+user: someone
+password: somepass
+ca_file: /etc/ssl/cert.pem
+ca_path: /etc/pki/tls/certs
+self_signed_cert: false
# # You can adjust the concurrency of each RPC endpoint
# [[concurrency]]