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:
|
registry:
|
||||||
- name: ARegistryMiddleware
|
- name: ARegistryMiddleware
|
||||||
options:
|
options:
|
||||||
foo: bar
|
foo: bar
|
||||||
repository:
|
repository:
|
||||||
- name: ARepositoryMiddleware
|
- name: ARepositoryMiddleware
|
||||||
options:
|
options:
|
||||||
foo: bar
|
foo: bar
|
||||||
storage:
|
storage:
|
||||||
- name: cloudfront
|
- name: cloudfront
|
||||||
options:
|
options:
|
||||||
baseurl: https://my.cloudfronted.domain.com/
|
baseurl: https://my.cloudfronted.domain.com/
|
||||||
privatekey: /path/to/pem
|
privatekey: /path/to/pem
|
||||||
keypairid: cloudfrontkeypairid
|
keypairid: cloudfrontkeypairid
|
||||||
duration: 3000
|
duration: 3000
|
||||||
|
|
||||||
Each middleware entry has `name` and `options` entries. The `name` must
|
Each middleware entry has `name` and `options` entries. The `name` must
|
||||||
correspond to the name under which the middleware registers itself. The
|
correspond to the name under which the middleware registers itself. The
|
||||||
|
|
Loading…
Reference in a new issue