diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-05-14 14:03:41 -0500 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-05-14 14:03:41 -0500 |
commit | 4f1e0014a73e1e310a82a3d8ce52367a1f9d6a9e (patch) | |
tree | 9a7238326969b56603a833a42128465ae1deed55 /config/gitlab.yml.example | |
parent | 0a9979d9ef3b5205e36ecfb66ff6322fa824492f (diff) | |
download | gitlab-ce-4f1e0014a73e1e310a82a3d8ce52367a1f9d6a9e.tar.gz |
Simplify registry configuration
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 37639e52e66..2e383bc90fa 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -179,9 +179,7 @@ production: &base registry: # enabled: true # host: localhost - # port: 5000 - # https: false - # internal_host: localhost + # api_url: http://localhost:5000/ # key: config/registry.key # issuer: omnibus-certificate |