Skip to content
Snippets Groups Projects
Commit 46912859 authored by Cyril Rohr's avatar Cyril Rohr
Browse files

Allow to overwrite location of gitlab.yml config file.

parent cad9572e
No related branches found
No related tags found
1 merge request!6782Allow to overwrite location of gitlab.yml config file.
class Settings < Settingslogic
source "#{Rails.root}/config/gitlab.yml"
source ENV.fetch('GITLAB_CONFIG') { "#{Rails.root}/config/gitlab.yml" }
namespace Rails.env
 
class << self
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment