diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2017-05-30 15:57:11 +0200 |
---|---|---|
committer | Jacob Vosmaer <jacob@gitlab.com> | 2017-05-30 16:09:44 +0200 |
commit | 28590e8854fd15f1a36befb66c68efbb490f9f04 (patch) | |
tree | c22ac91bd114249d48e6a919ab6f5d99e74ddaa9 /config/gitlab.yml.example | |
parent | 52a3d4372c6e45e4ffb792a9fe7bfca84f3573a3 (diff) | |
download | gitlab-ce-28590e8854fd15f1a36befb66c68efbb490f9f04.tar.gz |
Enable Gitaly by default in GitLab 9.3
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index a727f7e2fa3..6c1c1f8c041 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -449,7 +449,7 @@ production: &base # This setting controls whether GitLab uses Gitaly (new component # introduced in 9.0). Eventually Gitaly use will become mandatory and # this option will disappear. - enabled: false + enabled: true # # 4. Advanced settings |