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-04-14 03:07:58 +0300
committerJohn Cai <jcai@gitlab.com>2020-04-22 05:38:57 +0300
commitc531efb0de798a8c83ac135be780524161184034 (patch)
treed9700b450d4b22ecf7ca88339db3b17e1a797266 /config.toml.example
parent7ba642fffaf4e2460cf46030ca5296ce32d28c3a (diff)
Migrate gitlab shell config to gitaly toml
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]]