diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-05-09 20:29:57 +0300 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-05-09 20:29:57 +0300 |
commit | 0094d8f19644152a66b9d21b8cd86f797199311f (patch) | |
tree | e55903e0a444857858c3ecf69427c9b8e0434e3f /config/gitlab.yml.example | |
parent | 51a8811e262c48e2d3aaa426b3c87693dda87b37 (diff) | |
download | gitlab-ce-0094d8f19644152a66b9d21b8cd86f797199311f.tar.gz |
Rename `images` to `container_registry`
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index cbb7c656fe7..f7a58753421 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -98,6 +98,7 @@ production: &base wiki: true snippets: false builds: true + container_registry: true ## Webhook settings # Number of seconds to wait for HTTP response after sending webhook HTTP POST request (default: 10) |