Enable upload purging in example configuration file

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
This commit is contained in:
Aaron Lehmann 2015-07-30 17:08:01 -07:00
parent 7e4b740763
commit 4f69ca2c07

View file

@ -9,6 +9,6 @@ storage:
rootdirectory: /var/lib/registry rootdirectory: /var/lib/registry
maintenance: maintenance:
uploadpurging: uploadpurging:
enabled: false enabled: true
http: http:
addr: :5000 addr: :5000