diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-09-12 18:05:46 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-16 09:42:01 +0300 |
commit | a47f7767c7f2a33258002649a08689f03d4c01b8 (patch) | |
tree | 4aaee1296a17bc9acf7c33d0051d6ade1a942f76 /config.yml.example | |
parent | 4f3f3beebad2d3c1a1ee6b657d40d7c93d5bc1b6 (diff) | |
download | gitlab-shell-a47f7767c7f2a33258002649a08689f03d4c01b8.tar.gz |
Connect to Redis via sockets by default
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. |