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

config.ru - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5ef2a0289fee14259ff60c5a460fc97690443efd (plain)
1
2
3
4
# This file is used by Rack-based servers to start the application.

require ::File.expand_path('../config/environment',  __FILE__)
run Gitlab::Application