diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-16 07:39:48 +0000 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-16 07:39:48 +0000 |
| commit | 27fe2ea53530709b9d51915d9cd95912c9be0a06 (patch) | |
| tree | 2890a3d3ea06b6b6f708a96df4380fb0874b5528 /config.yml.example | |
| parent | 4f3f3beebad2d3c1a1ee6b657d40d7c93d5bc1b6 (diff) | |
| parent | 17dab64aa8bd7a6fc4ce9e2a389fb6f5968b5ba5 (diff) | |
| download | gitlab-shell-27fe2ea53530709b9d51915d9cd95912c9be0a06.tar.gz | |
Merge branch 'redis-sockets' into 'master'
Connect to Redis via sockets by default
See merge request !41
Diffstat (limited to 'config.yml.example')
| -rw-r--r-- | config.yml.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.yml.example b/config.yml.example index c9c5b41..94eb593 100644 --- a/config.yml.example +++ b/config.yml.example @@ -27,11 +27,11 @@ auth_file: "/home/git/.ssh/authorized_keys" # Redis settings used for pushing commit notices to gitlab redis: bin: /usr/bin/redis-cli - host: 127.0.0.1 - port: 6379 + # host: 127.0.0.1 + # port: 6379 # pass: redispass # Allows you to specify the password for Redis - # socket: /tmp/redis.socket # Only define this if you want to use sockets database: 0 + socket: /var/run/redis/redis.sock # Comment out this line if you want to use TCP namespace: resque:gitlab # Log file. |
