summaryrefslogtreecommitdiff
path: root/devel/gitlab-shell/files/patch-config.yml.example
blob: 8651c414eba6328025f47105a896a55f942c59a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- config.yml.example.orig	2016-04-07 14:39:29 UTC
+++ config.yml.example
@@ -28,7 +28,7 @@ http_settings:
 # Give the canonicalized absolute pathname,
 # REPOS_PATH MUST NOT CONTAIN ANY SYMLINK!!!
 # Check twice that none of the components is a symlink, including "/home".
-repos_path: "/home/git/repositories"
+repos_path: "/usr/home/git/repositories"
 
 # File used as authorized_keys for gitlab user
 auth_file: "/home/git/.ssh/authorized_keys"
@@ -49,7 +49,7 @@ redis:
 
 # Log file.
 # Default is gitlab-shell.log in the root directory.
-# log_file: "/home/git/gitlab-shell/gitlab-shell.log"
+log_file: "/var/log/gitlab-shell/gitlab-shell.log"
 
 # Log level. INFO by default
 log_level: INFO