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 'lib/gitlab/setup_helper.rb')
-rw-r--r--lib/gitlab/setup_helper.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gitlab/setup_helper.rb b/lib/gitlab/setup_helper.rb
index 2e09a4fce12..8f737977e80 100644
--- a/lib/gitlab/setup_helper.rb
+++ b/lib/gitlab/setup_helper.rb
@@ -38,11 +38,11 @@ module Gitlab
end
def redis_url
- Gitlab::Redis::SharedState.url
+ Gitlab::Redis::Workhorse.url
end
def redis_db
- Gitlab::Redis::SharedState.params.fetch(:db, 0)
+ Gitlab::Redis::Workhorse.params.fetch(:db, 0)
end
def get_config_path(dir, _)