summaryrefslogtreecommitdiff
path: root/config.yml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.yml.example')
-rw-r--r--config.yml.example10
1 files changed, 9 insertions, 1 deletions
diff --git a/config.yml.example b/config.yml.example
index 166e384..cd66022 100644
--- a/config.yml.example
+++ b/config.yml.example
@@ -38,8 +38,16 @@ redis:
# port: 6379
# pass: redispass # Allows you to specify the password for Redis
database: 0
- socket: /var/run/redis/redis.sock # Comment out this line if you want to use TCP
+ socket: /var/run/redis/redis.sock # Comment out this line if you want to use TCP or Sentinel
namespace: resque:gitlab
+ # sentinels:
+ # -
+ # host: 127.0.0.1
+ # port: 26380
+ # -
+ # host: 127.0.0.1
+ # port: 26381
+
# Log file.
# Default is gitlab-shell.log in the root directory.