gitlab-org--gitlab-foss/config
Douwe Maan 7c096f6847 Merge branch 'fix-routes-in-production-mode' into 'master'
Fix shorter route helpers in production environment

Closes #34741

See merge request !12675
2017-07-06 23:53:49 +00:00
..
environments
initializers Merge branch 'dm-project-path-helpers-try-2' into 'master' 2017-07-05 17:53:00 +00:00
locales
prometheus Add NGINX metrics and other minor changes 2017-07-04 01:45:35 -04:00
routes Just draw :legacy_builds 2017-07-06 22:55:48 +08:00
README.md
application.rb Merge branch 'fix-routes-in-production-mode' into 'master' 2017-07-06 23:53:49 +00:00
aws.yml.example
boot.rb
database.yml.env
database.yml.mysql
database.yml.postgresql
dependency_decisions.yml
environment.rb
gitlab.yml.example Merge branch '18000-remember-me-for-oauth-login' into 'master' 2017-07-06 12:59:21 +00:00
karma.config.js
license_finder.yml
mail_room.yml
no_todos_messages.yml
resque.yml.example
routes.rb
secrets.yml.example
sidekiq.yml.example
sidekiq_queues.yml
unicorn.rb.example
unicorn.rb.example.development
webpack.config.js Improve & fix the performance bar UI and behavior 2017-07-06 19:37:31 +00:00

README.md

Configuration files Documentation

Note that most configuration files (config/*.*) committed into gitlab-ce will not be used for omnibus-gitlab. Configuration files committed into gitlab-ce are only used for development.

gitlab.yml

You can find most of GitLab configuration settings here.

mail_room.yml

This file is actually an YML wrapped inside an ERB file to enable templated values to be specified from gitlab.yml. mail_room loads this file first as an ERB file and then loads the resulting YML as its configuration.

resque.yml

This file is called resque.yml for historical reasons. We are NOT using Resque at the moment. It is used to specify Redis configuration values instead.