summaryrefslogtreecommitdiff
path: root/config.yml.example
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-09-11 13:50:29 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-09-11 13:50:29 +0300
commit57865ae234b8e80be5df7a31d3eb27c17395228c (patch)
treedc2dc4181e1d2670d5df1f99f394b0e34d4d72e6 /config.yml.example
parent3f365414444fee37d098c35f4dddd3ad6a4baf1d (diff)
parent38af3f1e2fa517b208ab8fb1e37685af214a7a00 (diff)
downloadgitlab-shell-57865ae234b8e80be5df7a31d3eb27c17395228c.tar.gz
Merge pull request #141 from attiks/support-redis-password
added support for redis password
Diffstat (limited to 'config.yml.example')
-rw-r--r--config.yml.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.yml.example b/config.yml.example
index bc41c25..972b539 100644
--- a/config.yml.example
+++ b/config.yml.example
@@ -29,6 +29,7 @@ redis:
bin: /usr/bin/redis-cli
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
namespace: resque:gitlab