diff options
Diffstat (limited to 'config/redis.queues.yml.example')
-rw-r--r-- | config/redis.queues.yml.example | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/config/redis.queues.yml.example b/config/redis.queues.yml.example deleted file mode 100644 index 4194b44cb88..00000000000 --- a/config/redis.queues.yml.example +++ /dev/null @@ -1,38 +0,0 @@ -# If you change this file in a merge request, please also create -# a merge request on https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests -# -development: - url: redis://localhost:6379/11 - # - # url: redis://localhost:6381 - # sentinels: - # - - # host: localhost - # port: 26381 # point to sentinel, not to redis port - # - - # host: replica2 - # port: 26381 # point to sentinel, not to redis port -test: - url: redis://localhost:6379/11 - # - # url: redis://localhost:6381 -production: - # Redis (single instance) - url: unix:/var/run/redis/redis.queues.sock - ## - # Redis + Sentinel (for HA) - # - # Please read instructions carefully before using it as you may lose data: - # http://redis.io/topics/sentinel - # - # You must specify a list of a few sentinels that will handle client connection - # please read here for more information: https://docs.gitlab.com/ee/administration/redis/index.html - ## - # url: redis://master:6381 - # sentinels: - # - - # host: replica1 - # port: 26381 # point to sentinel, not to redis port - # - - # host: replica2 - # port: 26381 # point to sentinel, not to redis port |