diff options
| author | Peter <peter@attiks.com> | 2014-03-21 08:45:15 +0100 |
|---|---|---|
| committer | Peter <peter@attiks.com> | 2014-03-21 08:45:15 +0100 |
| commit | 38af3f1e2fa517b208ab8fb1e37685af214a7a00 (patch) | |
| tree | 62deb74fbee85f22b342491893025b788269c7f0 /config.yml.example | |
| parent | ce88b74d52410250427116349d06a74359a65b48 (diff) | |
| download | gitlab-shell-38af3f1e2fa517b208ab8fb1e37685af214a7a00.tar.gz | |
added support for redis password
Diffstat (limited to 'config.yml.example')
| -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 7ac6258..dd96379 100644 --- a/config.yml.example +++ b/config.yml.example @@ -25,6 +25,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 |
