gitlab-org--gitlab-foss/config
2016-12-20 20:07:59 +01:00
..
environments
initializers Rename Gogs to Gitea, DRY the controller and improve views 2016-12-19 17:35:51 +01:00
locales
routes Merge remote-tracking branch 'origin/master' into zj-mattermost-slash-config 2016-12-20 20:07:59 +01:00
application.rb Add xterm.js 2.1.0 and a wrapper class to the asset pipeline 2016-12-19 19:53:03 +00:00
aws.yml.example
boot.rb
database.yml.env
database.yml.mysql
database.yml.postgresql
dependency_decisions.yml
environment.rb
gitlab.yml.example
license_finder.yml
mail_room.yml
newrelic.yml
no_todos_messages.yml
README.md
resque.yml.example
routes.rb
secrets.yml.example
sidekiq.yml.example
sidekiq_queues.yml Add a ReactiveCaching concern for use in the KubernetesService 2016-12-19 19:53:03 +00:00
unicorn.rb.example
unicorn.rb.example.development

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.