Use filesystem driver in default configuration

This commit is contained in:
Stephen J Day 2014-12-15 11:53:52 -08:00
parent fc7b47cdae
commit 6e846d6b29

View file

@ -1,5 +1,7 @@
version: 0.1
loglevel: debug
storage: inmemory
storage:
filesystem:
rootdirectory: /tmp/registry-dev
http:
addr: :5000