diff options
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 |