Commit 7e10d013 authored by Sytse Sijbrandij's avatar Sytse Sijbrandij

Merge pull request #6782 from pkgr/allow-to-change-gitlab-config-location-via-env-variable

Allow to overwrite location of gitlab.yml config file.
parents 52a247da 46912859
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