summaryrefslogtreecommitdiff
path: root/config/gitlab.yml.example
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2018-11-06 15:05:44 +0000
committerMarin Jankovski <marin@gitlab.com>2018-11-06 15:05:44 +0000
commitd79828ec5abce253f9b4d30e34126c6395bc9d39 (patch)
tree58037d781b5d282070602e7420f1cc4f7cfa8f0c /config/gitlab.yml.example
parent27ec84e38ddce3943874a7aefd9364d428cfb3c4 (diff)
parent9a13c250af7b6f3f81167a8f313bbe6cd90502d2 (diff)
downloadgitlab-ce-d79828ec5abce253f9b4d30e34126c6395bc9d39.tar.gz
Merge branch 'dz-add-packages-to-yml' into 'master'
Add packages section to CE config file See merge request gitlab-org/gitlab-ce!22151
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index d37775e772d..09e21b2c6f2 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -207,6 +207,10 @@ production: &base
# endpoint: 'http://127.0.0.1:9000' # default: nil
# path_style: true # Use 'host/bucket_name/object' instead of 'bucket_name.host/object'
+ ## Packages (maven repository so far)
+ packages:
+ enabled: false
+
## GitLab Pages
pages:
enabled: false