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:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-04-19 20:57:35 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-04-29 17:45:00 +0300
commit72611f9cfa9014653c0894115af6223687c2eab4 (patch)
treee5bfb5066fdcbc4bf87fc12035272dd4e533333e /config/gitlab.yml.example
parent0ca8db25f008cd3bc4f2df0f58efd739718323d0 (diff)
Auth token
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 07ce4b6d715..e55ca6f9c6b 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -176,6 +176,16 @@ production: &base
repository_archive_cache_worker:
cron: "0 * * * *"
+ registry:
+ # enabled: true
+ # host: localhost
+ # port: 5000
+ # https: false
+ # internal_host: localhost
+ # key: config/registry.key
+ # issuer: omnibus-certificate
+ # path: shared/registry
+
#
# 2. GitLab CI settings
# ==========================