From c531efb0de798a8c83ac135be780524161184034 Mon Sep 17 00:00:00 2001 From: John Cai Date: Mon, 13 Apr 2020 17:07:58 -0700 Subject: Migrate gitlab shell config to gitaly toml --- config.toml.example | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'config.toml.example') 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]] -- cgit v1.2.3