8 lines
189 B
Ruby
8 lines
189 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
# This file requires config/initializers/1_settings.rb
|
||
|
|
||
|
if Rails.env.development?
|
||
|
Rails.application.config.hosts += [Gitlab.config.gitlab.host, 'unix']
|
||
|
end
|