From 9a13c250af7b6f3f81167a8f313bbe6cd90502d2 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Fri, 5 Oct 2018 16:21:27 +0200 Subject: Add packages section to CE config file Signed-off-by: Dmitriy Zaporozhets --- config/gitlab.yml.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config') diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 67337f4b82f..5417f3d448b 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 -- cgit v1.2.3