diff options
author | Nick Thomas <nick@gitlab.com> | 2018-01-12 13:37:20 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2018-01-12 13:58:15 +0000 |
commit | d1c01fe80b3dc94a82a62b563dbda3ebd751a033 (patch) | |
tree | c9e1d0b73578704ed1beb619bd277794f05a0087 /lib/gitlab_config.rb | |
parent | 73e2cf531ca8b92dc48da5024c8095256aa10818 (diff) | |
download | gitlab-shell-d1c01fe80b3dc94a82a62b563dbda3ebd751a033.tar.gz |
Remove direct redis integration
Diffstat (limited to 'lib/gitlab_config.rb')
-rw-r--r-- | lib/gitlab_config.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/gitlab_config.rb b/lib/gitlab_config.rb index fc9b348..e999a83 100644 --- a/lib/gitlab_config.rb +++ b/lib/gitlab_config.rb @@ -34,14 +34,6 @@ class GitlabConfig @config['http_settings'] ||= {} end - def redis - @config['redis'] ||= {} - end - - def redis_namespace - redis['namespace'] || 'resque:gitlab' - end - def log_file @config['log_file'] ||= File.join(ROOT_PATH, 'gitlab-shell.log') end |