Merge pull request #854 from stevvooe/next-generation
NG: Use filesystem driver in default configuration
This commit is contained in:
commit
a35273a0db
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
version: 0.1
|
||||
loglevel: debug
|
||||
storage: inmemory
|
||||
storage:
|
||||
filesystem:
|
||||
rootdirectory: /tmp/registry-dev
|
||||
http:
|
||||
addr: :5000
|
||||
|
|
Loading…
Reference in a new issue