debian-mirror-gitlab/config
2017-08-17 22:00:37 +05:30
..
environments New upstream version 9.2.10+dfsg 2017-08-17 22:00:37 +05:30
initializers New upstream version 9.2.10+dfsg 2017-08-17 22:00:37 +05:30
locales New upstream version 9.2.10+dfsg 2017-08-17 22:00:37 +05:30
routes New upstream version 9.2.10+dfsg 2017-08-17 22:00:37 +05:30
application.rb New upstream version 9.2.10+dfsg 2017-08-17 22:00:37 +05:30
aws.yml.example Imported Upstream version 7.14.3 2015-09-11 14:41:01 +05:30
boot.rb Imported Upstream version 8.8.2+dfsg 2016-06-02 11:05:42 +05:30
database.yml.env Imported Upstream version 8.5.8+dfsg 2016-04-02 18:10:28 +05:30
database.yml.mysql New upstream version 9.2.10+dfsg 2017-08-17 22:00:37 +05:30
database.yml.postgresql New upstream version 9.2.10+dfsg 2017-08-17 22:00:37 +05:30
dependency_decisions.yml New upstream version 9.2.10+dfsg 2017-08-17 22:00:37 +05:30
environment.rb Imported Upstream version 8.3.0+dfsg 2015-12-23 02:04:40 +05:30
gitlab.yml.example New upstream version 9.2.10+dfsg 2017-08-17 22:00:37 +05:30
karma.config.js New upstream version 9.2.10+dfsg 2017-08-17 22:00:37 +05:30
license_finder.yml Imported Upstream version 8.9.0+debian~rc4 2016-06-16 23:09:34 +05:30
mail_room.yml New upstream version 9.2.10+dfsg 2017-08-17 22:00:37 +05:30
no_todos_messages.yml New upstream version 9.2.10+dfsg 2017-08-17 22:00:37 +05:30
README.md New upstream version 9.2.10+dfsg 2017-08-17 22:00:37 +05:30
resque.yml.example New upstream version 8.11.3+dfsg 2016-09-13 17:45:13 +05:30
routes.rb New upstream version 9.2.10+dfsg 2017-08-17 22:00:37 +05:30
secrets.yml.example Imported Upstream version 8.0.2 2015-09-25 12:07:36 +05:30
sidekiq.yml.example Imported Upstream version 8.8.2+dfsg 2016-06-02 11:05:42 +05:30
sidekiq_queues.yml New upstream version 9.2.10+dfsg 2017-08-17 22:00:37 +05:30
unicorn.rb.example New upstream version 9.2.10+dfsg 2017-08-17 22:00:37 +05:30
unicorn.rb.example.development Imported Upstream version 7.10.0 2015-04-26 09:18:37 +02:00
webpack.config.js New upstream version 9.2.10+dfsg 2017-08-17 22:00:37 +05:30

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.