Blame SOURCES/docker-registry.sysconfig

da6803
# The Docker registry configuration file
da6803
# DOCKER_REGISTRY_CONFIG=/etc/docker-registry.yml
da6803
da6803
# The configuration to use from DOCKER_REGISTRY_CONFIG file
da6803
SETTINGS_FLAVOR=local
da6803
da6803
# Address to bind the registry to
da6803
REGISTRY_ADDRESS=0.0.0.0
da6803
da6803
# Port to bind the registry to
da6803
REGISTRY_PORT=5000
da6803
da6803
# Number of workers to handle the connections
da6803
GUNICORN_WORKERS=8