diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-12 19:10:13 +0300 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-12 19:10:13 +0300 |
| commit | 00e30138af0ebec24255d08c5166cfd1faa28f6d (patch) | |
| tree | 6060deff857e906d815340a4dcd5f214f5bea1cf /config.yml.example | |
| parent | 24dda4a8b4355859a2451d9e67e3eaff6ff6e443 (diff) | |
| parent | 4228aacaa77fdfb7a2be5c6198fb1e9a21d386e7 (diff) | |
| download | gitlab-shell-00e30138af0ebec24255d08c5166cfd1faa28f6d.tar.gz | |
Merge pull request #174 from UniIsland/redis-custom-database
support using custom redis database, fixes #173
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 972b539..c9c5b41 100644 --- a/config.yml.example +++ b/config.yml.example @@ -31,6 +31,7 @@ redis: 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 namespace: resque:gitlab # Log file. |
