Commit 4691285989000a8053c9540fa50ca95d3a00551d

Authored by Cyril Rohr
1 parent cad9572e

Allow to overwrite location of gitlab.yml config file.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/initializers/1_settings.rb
1 1 class Settings < Settingslogic
2   - source "#{Rails.root}/config/gitlab.yml"
  2 + source ENV.fetch('GITLAB_CONFIG') { "#{Rails.root}/config/gitlab.yml" }
3 3 namespace Rails.env
4 4  
5 5 class << self
... ...