From f03e25221f16e128ac90ddcdab914bfedd22b51a Mon Sep 17 00:00:00 2001 From: Olivier Jacques Date: Sat, 11 Jul 2015 10:38:39 +0200 Subject: [PATCH] Fix indentation for several subs Signed-off-by: Olivier Jacques --- docs/configuration.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index a06364d2e..0a419e006 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -762,18 +762,18 @@ in the registry implementation. registry: - name: ARegistryMiddleware options: - foo: bar + foo: bar repository: - name: ARepositoryMiddleware options: - foo: bar + foo: bar storage: - name: cloudfront options: - baseurl: https://my.cloudfronted.domain.com/ - privatekey: /path/to/pem - keypairid: cloudfrontkeypairid - duration: 3000 + baseurl: https://my.cloudfronted.domain.com/ + privatekey: /path/to/pem + keypairid: cloudfrontkeypairid + duration: 3000 Each middleware entry has `name` and `options` entries. The `name` must correspond to the name under which the middleware registers itself. The