diff options
author | Chris <git@chr1831.com> | 2013-03-29 16:00:36 -0700 |
---|---|---|
committer | Chr1831 <Chris@Chr1831.com> | 2013-03-29 16:01:56 -0700 |
commit | 93bfff7b3fc30fc362b90c4d362528f6e49786e6 (patch) | |
tree | 99b609db9b0efbdc1e5919bf304fce8d003aae47 /lib/gitlab_config.rb | |
parent | ff484e65afa129c3cb37c1a1d5f92f33f129fef0 (diff) | |
download | gitlab-shell-93bfff7b3fc30fc362b90c4d362528f6e49786e6.tar.gz |
Added remote redis support to gitlab_update.rb
Diffstat (limited to 'lib/gitlab_config.rb')
-rw-r--r-- | lib/gitlab_config.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/gitlab_config.rb b/lib/gitlab_config.rb index 6cfee5d..ac6cc19 100644 --- a/lib/gitlab_config.rb +++ b/lib/gitlab_config.rb @@ -22,4 +22,8 @@ class GitlabConfig def http_settings @config['http_settings'] ||= {} end + + def redis + @config['redis'] ||= {} + end end |