summaryrefslogtreecommitdiff
path: root/config.yml.example
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2018-01-12 13:37:20 +0000
committerNick Thomas <nick@gitlab.com>2018-01-12 13:58:15 +0000
commitd1c01fe80b3dc94a82a62b563dbda3ebd751a033 (patch)
treec9e1d0b73578704ed1beb619bd277794f05a0087 /config.yml.example
parent73e2cf531ca8b92dc48da5024c8095256aa10818 (diff)
downloadgitlab-shell-d1c01fe80b3dc94a82a62b563dbda3ebd751a033.tar.gz
Remove direct redis integration
Diffstat (limited to 'config.yml.example')
-rw-r--r--config.yml.example17
1 files changed, 0 insertions, 17 deletions
diff --git a/config.yml.example b/config.yml.example
index f631261..0fc8300 100644
--- a/config.yml.example
+++ b/config.yml.example
@@ -35,23 +35,6 @@ auth_file: "/home/git/.ssh/authorized_keys"
# Default is hooks in the gitlab-shell directory.
# custom_hooks_dir: "/home/git/gitlab-shell/hooks"
-# Redis settings used for pushing commit notices to gitlab
-redis:
- # host: 127.0.0.1
- # port: 6379
- # pass: redispass # Allows you to specify the password for Redis
- database: 0
- socket: /var/run/redis/redis.sock # Comment out this line if you want to use TCP or Sentinel
- namespace: resque:gitlab
- # sentinels:
- # -
- # host: 127.0.0.1
- # port: 26380
- # -
- # host: 127.0.0.1
- # port: 26381
-
-
# Log file.
# Default is gitlab-shell.log in the root directory.
# log_file: "/home/git/gitlab-shell/gitlab-shell.log"