1
0
Fork 0
mirror of https://github.com/seejohnrun/haste-server.git synced 2024-11-01 03:21:21 +00:00
haste-server/config.js

17 lines
170 B
JavaScript
Raw Normal View History

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