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
path: root/config
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2018-11-06 18:05:44 +0300
committerMarin Jankovski <marin@gitlab.com>2018-11-06 18:05:44 +0300
commitd79828ec5abce253f9b4d30e34126c6395bc9d39 (patch)
tree58037d781b5d282070602e7420f1cc4f7cfa8f0c /config
parent27ec84e38ddce3943874a7aefd9364d428cfb3c4 (diff)
parent9a13c250af7b6f3f81167a8f313bbe6cd90502d2 (diff)
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')
-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