forked from TrueCloudLab/distribution
Fix indentation for several subs
Signed-off-by: Olivier Jacques <olivier.jacques@hp.com>
This commit is contained in:
parent
b3683863dd
commit
f03e25221f
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue