haste-server/config.js

17 lines
170 B
JavaScript
Raw Normal View History

{
2011-11-18 22:57:23 +01:00
"host": "localhost",
"port": 7777,
2011-11-18 23:26:25 +01:00
"keyLength": 6,
"logging": [
{
"level": "verbose",
"type": "Console",
"colorize": true
}
]
}