From 5438838be4941e7824b970dce9d7e4f678406597 Mon Sep 17 00:00:00 2001 From: Omer Cohen Date: Wed, 3 Feb 2016 17:59:49 +0200 Subject: [PATCH] fix yml indent Signed-off-by: Omer Cohen --- cmd/registry/config-example.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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