]> git.pld-linux.org Git - packages/gitlab-shell.git/blob - config.yml.patch
5a0a78b033de06ecb2b6690300311119dfde1dba
[packages/gitlab-shell.git] / config.yml.patch
1 --- gitlab-shell-1.9.5/config.yml.example.orig  2014-06-02 04:45:01.891389227 +0200
2 +++ gitlab-shell-1.9.5/config.yml.example       2014-06-02 04:44:18.214779888 +0200
3 @@ -1,5 +1,5 @@
4  # GitLab user. git by default
5 -user: git
6 +user: gitlab
7  
8  # Url to gitlab instance. Used for api calls. Should end with a slash.
9  gitlab_url: "http://localhost/"
10 @@ -15,10 +15,10 @@
11  # Give the canonicalized absolute pathname,
12  # REPOS_PATH MUST NOT CONTAIN ANY SYMLINK!!!
13  # Check twice that none of the components is a symlink, including "/home".
14 -repos_path: "/home/git/repositories"
15 +repos_path: "/var/lib/gitlab/repositories"
16  
17  # File used as authorized_keys for gitlab user
18 -auth_file: "/home/git/.ssh/authorized_keys"
19 +auth_file: "/var/lib/gitlab/.ssh/authorized_keys"
20  
21  # Redis settings used for pushing commit notices to gitlab
22  redis:
23 @@ -30,7 +30,7 @@
24  
25  # Log file.
26  # Default is gitlab-shell.log in the root directory.
27 -# log_file: "/home/git/gitlab-shell/gitlab-shell.log"
28 +log_file: "/var/lib/gitlab/log/gitlab-shell.log"
29  
30  # Log level. INFO by default
31  log_level: INFO
This page took 0.051418 seconds and 2 git commands to generate.