]> git.pld-linux.org Git - packages/gitlab-shell.git/blame - config.yml.patch
up to 3.4.0 (Redis Sentinel support for GitLab 8.11)
[packages/gitlab-shell.git] / config.yml.patch
CommitLineData
5d597017
ER
1--- gitlab-shell-3.4.0/config.yml~ 2016-08-22 22:11:19.000000000 +0300
2+++ gitlab-shell-3.4.0/config.yml 2016-08-22 22:12:26.188946328 +0300
7f95a39d
ER
3@@ -25,7 +25,7 @@
4 self_signed_cert: false
26413cd7
ER
5
6 # File used as authorized_keys for gitlab user
7-auth_file: "/home/git/.ssh/authorized_keys"
8+auth_file: "/var/lib/gitlab/.ssh/authorized_keys"
9
7f95a39d
ER
10 # File that contains the secret key for verifying access to GitLab.
11 # Default is .gitlab_shell_secret in the root directory.
5d597017 12@@ -29,16 +29,16 @@
1e4a3972
ER
13
14 # File that contains the secret key for verifying access to GitLab.
15 # Default is .gitlab_shell_secret in the root directory.
16-# secret_file: "/home/git/gitlab-shell/.gitlab_shell_secret"
17+secret_file: "/etc/gitlab/.gitlab_shell_secret"
18
19 # Redis settings used for pushing commit notices to gitlab
20 redis:
21 bin: /usr/bin/redis-cli
22- # host: 127.0.0.1
23- # port: 6379
24+ host: 127.0.0.1
25+ port: 6379
26 # pass: redispass # Allows you to specify the password for Redis
27 database: 0
5d597017
ER
28- socket: /var/run/redis/redis.sock # Comment out this line if you want to use TCP or Sentinel
29+# socket: /var/run/redis/redis.sock # Comment out this line if you want to use TCP or Sentinel
1e4a3972 30 namespace: resque:gitlab
5d597017
ER
31 # sentinels:
32 # -
33@@ -51,7 +51,7 @@
26413cd7
ER
34
35 # Log file.
36 # Default is gitlab-shell.log in the root directory.
37-# log_file: "/home/git/gitlab-shell/gitlab-shell.log"
1e4a3972 38+log_file: "/var/log/gitlab/gitlab-shell.log"
26413cd7
ER
39
40 # Log level. INFO by default
41 log_level: INFO
This page took 0.052046 seconds and 4 git commands to generate.