From 7285be282fcd0d5b68b357dab09be4eb7f084a24 Mon Sep 17 00:00:00 2001 From: John Cai Date: Mon, 18 May 2020 23:04:16 -0700 Subject: Move gitlab shell hooks values under [hooks] and [gitlab] --- config.toml.example | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'config.toml.example') diff --git a/config.toml.example b/config.toml.example index aaab83c21..d89f2da8a 100644 --- a/config.toml.example +++ b/config.toml.example @@ -86,11 +86,14 @@ 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" + +[hooks] custom_hooks_dir = "/home/git/custom_hooks" -gitlab_url = "http://localhost:8080" -[gitlab-shell.http-settings] +[gitlab] +secret_file = "/home/git/gitlab-shell/.gitlab_shell_secret" +gitlab_url = "http://localhost:8080" +[gitlab.http-settings] # read_timeout = 300 # user = someone # password = somepass -- cgit v1.2.3