2018-10-17 19:59:37 +05:30
|
|
|
--- a/config/settings.rb
|
|
|
|
+++ b/config/settings.rb
|
2020-04-08 15:34:39 +05:30
|
|
|
@@ -10,7 +10,7 @@
|
2019-09-30 22:13:22 +05:30
|
|
|
require_dependency File.expand_path('../lib/gitlab', __dir__)
|
2018-10-17 19:59:37 +05:30
|
|
|
|
|
|
|
class Settings < Settingslogic
|
|
|
|
- source ENV.fetch('GITLAB_CONFIG') { Pathname.new(File.expand_path('..', __dir__)).join('config/gitlab.yml') }
|
2018-10-18 13:07:43 +05:30
|
|
|
+ source ENV.fetch('GITLAB_CONFIG') { Pathname.new(File.expand_path('gitlab.yml', __dir__)) }
|
2018-10-17 19:59:37 +05:30
|
|
|
namespace ENV.fetch('GITLAB_ENV') { Rails.env }
|
|
|
|
|
|
|
|
class << self
|