2020-04-13 13:49:04 +05:30
|
|
|
Fix for debian package layout
|
|
|
|
|
2018-10-17 19:59:37 +05:30
|
|
|
--- a/config/settings.rb
|
|
|
|
+++ b/config/settings.rb
|
2021-10-28 01:36:19 +05:30
|
|
|
@@ -4,7 +4,7 @@
|
|
|
|
require 'digest/md5'
|
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
|