diff options
author | GitLab <projects@quackenbush.me> | 2013-04-09 20:43:06 -0700 |
---|---|---|
committer | GitLab <projects@quackenbush.me> | 2013-04-09 20:43:06 -0700 |
commit | dec440f634a0cfb2e7e7d0477a03c22be33dd257 (patch) | |
tree | 67b7d198125cd957ecc3b469bead73d320a953d1 | |
parent | 93549d9dcfaa6154550a05ce5758ed0c1d1b2934 (diff) | |
download | gitlab-shell-dec440f634a0cfb2e7e7d0477a03c22be33dd257.tar.gz |
Forgot to update config.yml.example with socket directive... Fixed.
-rw-r--r-- | config.yml.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.yml.example b/config.yml.example index 0e9a89d..26aa28c 100644 --- a/config.yml.example +++ b/config.yml.example @@ -20,5 +20,6 @@ redis: bin: /usr/bin/redis-cli host: 127.0.0.1 port: 6379 + # socket: /tmp/redis.socket # Only define this if you want to use sockets namespace: resque:gitlab |