From bd3d98ef0a5803a9bbb610091f028ea677f8db03 Mon Sep 17 00:00:00 2001 From: Praveen Arimbrathodiyil Date: Thu, 18 Feb 2016 17:14:19 +0530 Subject: [PATCH] set gitlab_shell_secret file --- debian/conf/gitlab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/conf/gitlab.yml b/debian/conf/gitlab.yml index ee59ce66a8..9f05d24dd0 100644 --- a/debian/conf/gitlab.yml +++ b/debian/conf/gitlab.yml @@ -335,7 +335,7 @@ production: &base # File that contains the secret key for verifying access for gitlab-shell. # Default is '.gitlab_shell_secret' relative to Rails.root (i.e. root of the GitLab app). - # secret_file: /home/git/gitlab/.gitlab_shell_secret + secret_file: /var/lib/gitlab/.gitlab_shell_secret # Git over HTTP upload_pack: true