Welcome to mirror list, hosted at ThFree Co, Russian Federation.

environment.rb « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c880a7adc420aacb77f0ffff96aa098ba62ae5d2 (plain)
1
2
3
4
5
6
7
# Load the rails application
require File.expand_path('../application', __FILE__)

# Initialize the rails application
Gitlab::Application.initialize!

require File.join(Rails.root, "lib", "gitlab", "git_host")