diff options
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 6e16a13..6cfee5d 100644 --- a/lib/gitlab_config.rb +++ b/lib/gitlab_config.rb @@ -18,4 +18,8 @@ class GitlabConfig def gitlab_url @config['gitlab_url'] ||= "http://localhost/" end + + def http_settings + @config['http_settings'] ||= {} + end end |