summaryrefslogtreecommitdiffstats
path: root/conf/config.yml
blob: d79d1e28fabbeecebc08236ce983e963093f350a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
version: 0.1  
log:  
  level: info
  fields:
    service: registry
storage:  
    cache:
        layerinfo: inmemory
    filesystem:
        rootdirectory: /var/lib/registry
auth:  
    htpasswd:
       realm: basic-realm
       path: /etc/docker/registry/htpasswd
http:  
    addr: :5000