config: add app registry feature flag

This commit is contained in:
Jimmy Zelinskie 2017-03-22 21:53:05 -04:00
parent 102c671587
commit 4614419e53
3 changed files with 10 additions and 4 deletions

View file

@ -231,6 +231,9 @@ class DefaultConfig(object):
# Feature Flag: Whether to support signing
FEATURE_SIGNING = False
# Feature Flag: Whether to enable support for App repositories.
FEATURE_APP_REGISTRY = True
# The namespace to use for library repositories.
# Note: This must remain 'library' until Docker removes their hard-coded namespace for libraries.
# See: https://github.com/docker/docker/blob/master/registry/session.go#L320