Generalize store

This commit is contained in:
John Crepezzi 2011-11-18 18:04:24 -05:00
parent fec02cfead
commit 83b8f3f52d
3 changed files with 24 additions and 14 deletions

View file

@ -11,6 +11,11 @@
"type": "Console",
"colorize": true
}
]
],
"storage": {
"type": "file",
"path": "./data"
}
}