diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-05-20 13:18:55 -0500 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-05-22 14:54:29 -0500 |
commit | 26c768b42cbcb7af47f08254baa305de37828cf0 (patch) | |
tree | 3be55b2ecdc0e29ad237d09e0d5964a7eded06f4 /config/gitlab.yml.example | |
parent | c6cd07ba3a8ef149ff69e0c1520a810b3001b65f (diff) | |
download | gitlab-ce-26c768b42cbcb7af47f08254baa305de37828cf0.tar.gz |
Add proper config values for Registry in gitlab.yml
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 0cef2794f4e..0510e7df597 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -179,11 +179,11 @@ production: &base registry: # enabled: true # host: registry.example.com - # port: 5000 - # api_url: http://localhost:5000/ - # key: config/registry.key - # issuer: omnibus-certificate + # port: 5005 + # api_url: http://localhost:5000/ # internal address to the registry, will be used by GitLab to directly communicate with API + # key_path: config/registry.key # path: shared/registry + # issuer: gitlab-issuer # # 2. GitLab CI settings |