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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2017-05-30 16:57:11 +0300
committerJacob Vosmaer <jacob@gitlab.com>2017-05-30 17:09:44 +0300
commit28590e8854fd15f1a36befb66c68efbb490f9f04 (patch)
treec22ac91bd114249d48e6a919ab6f5d99e74ddaa9 /config/gitlab.yml.example
parent52a3d4372c6e45e4ffb792a9fe7bfca84f3573a3 (diff)
Enable Gitaly by default in GitLab 9.3
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example2
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