summaryrefslogtreecommitdiff
path: root/config/gitlab.yml.example
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2017-03-10 13:09:24 +0000
committerSean McGivern <sean@gitlab.com>2017-03-10 13:09:24 +0000
commit16475bede74c21998502b77ae58397a43cf2d288 (patch)
treecde11efdc2c690939767bd19af7476dd27cdecfb /config/gitlab.yml.example
parent7ac732a2b4383800d40cfd1af906a07de3df0e7a (diff)
downloadgitlab-ce-enable-snippets-by-default.tar.gz
Enable snippets for new projects by defaultenable-snippets-by-default
If there is an existing gitlab.yml file with snippets explicitly disabled, they won't be enabled with this change.
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 720df0cac2d..a82368e5d0f 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