1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2025-12-13 04:15:55 +00:00
Files
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
}
]
}