1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2025-12-13 03:15:56 +00:00

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"
}
}