Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config/resque.yml.example')
-rw-r--r--config/resque.yml.example6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/resque.yml.example b/config/resque.yml.example
index 0c19d8bc1d3..932c1553dfb 100644
--- a/config/resque.yml.example
+++ b/config/resque.yml.example
@@ -8,7 +8,7 @@ development:
# host: localhost
# port: 26380 # point to sentinel, not to redis port
# -
- # host: slave2
+ # host: replica2
# port: 26381 # point to sentinel, not to redis port
test:
url: redis://localhost:6379
@@ -27,8 +27,8 @@ production:
# url: redis://master:6379
# sentinels:
# -
- # host: slave1
+ # host: replica1
# port: 26379 # point to sentinel, not to redis port
# -
- # host: slave2
+ # host: replica2
# port: 26379 # point to sentinel, not to redis port