forked from TrueCloudLab/distribution
Merge pull request #796 from aaronlehmann/example-config-uploadpurging
Enable upload purging in example configuration file
This commit is contained in:
commit
8199962098
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ storage:
|
|||
rootdirectory: /var/lib/registry
|
||||
maintenance:
|
||||
uploadpurging:
|
||||
enabled: false
|
||||
enabled: true
|
||||
http:
|
||||
addr: :5000
|
||||
|
|
Loading…
Reference in a new issue