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:
authorSean McGivern <sean@gitlab.com>2017-03-10 16:09:24 +0300
committerSean McGivern <sean@gitlab.com>2017-03-10 16:09:24 +0300
commit16475bede74c21998502b77ae58397a43cf2d288 (patch)
treecde11efdc2c690939767bd19af7476dd27cdecfb /config/gitlab.yml.example
parent7ac732a2b4383800d40cfd1af906a07de3df0e7a (diff)
Enable snippets for new projects 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