Commit 46912859 authored by Cyril Rohr's avatar Cyril Rohr

Allow to overwrite location of gitlab.yml config file.

parent cad9572e
class Settings < Settingslogic
source "#{Rails.root}/config/gitlab.yml"
source ENV.fetch('GITLAB_CONFIG') { "#{Rails.root}/config/gitlab.yml" }
namespace Rails.env
class << self
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment