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-19 09:04:16 +0300
committerJohn Cai <jcai@gitlab.com>2020-05-19 18:26:15 +0300
commit7285be282fcd0d5b68b357dab09be4eb7f084a24 (patch)
tree3dc1ea3fcd88bf2aa91842922f27891e57228ee2 /config.toml.example
parent5ee8daf6e569b8370b4e90f73a694ffd55d208fc (diff)
Move gitlab shell hooks values under [hooks] and [gitlab]
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example9
1 files changed, 6 insertions, 3 deletions
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