haste-server/config.js
2011-11-18 17:26:25 -05:00

17 lines
170 B
JavaScript

{
"host": "localhost",
"port": 7777,
"keyLength": 6,
"logging": [
{
"level": "verbose",
"type": "Console",
"colorize": true
}
]
}