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:
authorDouwe Maan <douwe@gitlab.com>2017-03-10 18:56:59 +0300
committerDouwe Maan <douwe@gitlab.com>2017-03-10 18:56:59 +0300
commitc17f260473717e1e8b436eae3314527e654e0bb8 (patch)
tree436d3101eee5ca8710864b9e2cc855dca8857f74 /config/gitlab.yml.example
parent6ade63977a744ad361281ebeaa18271305a0192f (diff)
parent16475bede74c21998502b77ae58397a43cf2d288 (diff)
Merge branch 'enable-snippets-by-default' into 'master'
Enable snippets for new projects by default Closes #28192 See merge request !9857
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 b4f6cba1833..2bc39ea3f65 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -89,7 +89,7 @@ production: &base
issues: true
merge_requests: true
wiki: true
- snippets: false
+ snippets: true
builds: true
container_registry: true