diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-04-19 13:57:35 -0400 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-04-29 16:45:00 +0200 |
commit | 72611f9cfa9014653c0894115af6223687c2eab4 (patch) | |
tree | e5bfb5066fdcbc4bf87fc12035272dd4e533333e /config/gitlab.yml.example | |
parent | 0ca8db25f008cd3bc4f2df0f58efd739718323d0 (diff) | |
download | gitlab-ce-72611f9cfa9014653c0894115af6223687c2eab4.tar.gz |
Auth token
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 10 |
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 # ========================== |