2f9f6c08ed
The storage cache option layerinfo is deprecated, so use blobdescriptor instead in example config files. Signed-off-by: xg.song <xg.song@venusource.com>
16 lines
304 B
YAML
16 lines
304 B
YAML
version: 0.1
|
|
log:
|
|
level: info
|
|
fields:
|
|
service: registry
|
|
environment: macbook-air
|
|
storage:
|
|
cache:
|
|
blobdescriptor: inmemory
|
|
filesystem:
|
|
rootdirectory: /Users/Shared/Registry
|
|
http:
|
|
addr: 0.0.0.0:5000
|
|
secret: mytokensecret
|
|
debug:
|
|
addr: localhost:5001
|