diff --git a/cmd/registry/config-example.yml b/cmd/registry/config-example.yml index b5700e192..3277f9a2e 100644 --- a/cmd/registry/config-example.yml +++ b/cmd/registry/config-example.yml @@ -3,14 +3,14 @@ log: fields: service: registry storage: - cache: - blobdescriptor: inmemory - filesystem: - rootdirectory: /var/lib/registry + cache: + blobdescriptor: inmemory + filesystem: + rootdirectory: /var/lib/registry http: - addr: :5000 - headers: - X-Content-Type-Options: [nosniff] + addr: :5000 + headers: + X-Content-Type-Options: [nosniff] health: storagedriver: enabled: true diff --git a/docs/configuration.md b/docs/configuration.md index 1c1c99cc5..89daaa200 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -408,43 +408,43 @@ You must configure one backend; if you configure more, the registry returns an e filesystem Uses the local disk to store registry files. It is ideal for development and may be appropriate for some small-scale production applications. - See the driver's reference documentation. + See the driver's reference documentation. azure Uses Microsoft's Azure Blob Storage. - See the driver's reference documentation. + See the driver's reference documentation. gcs Uses Google Cloud Storage. - See the driver's reference documentation. + See the driver's reference documentation. rados Uses Ceph Object Storage. - See the driver's reference documentation. + See the driver's reference documentation. s3 Uses Amazon's Simple Storage Service (S3). - See the driver's reference documentation. + See the driver's reference documentation. swift Uses Openstack Swift object storage. - See the driver's reference documentation. + See the driver's reference documentation. oss Uses Aliyun OSS for object storage. - See the driver's reference documentation. + See the driver's reference documentation.