haste-server/config.js

22 lines
232 B
JavaScript
Raw Normal View History

{
2011-11-19 05:57:23 +08:00
"host": "localhost",
"port": 7777,
2011-11-19 06:26:25 +08:00
"keyLength": 6,
"logging": [
{
"level": "verbose",
"type": "Console",
"colorize": true
}
2011-11-19 07:04:24 +08:00
],
"storage": {
"type": "file",
"path": "./data"
}
}