haste-server/config.js

24 lines
267 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
}
2011-11-19 00:04:24 +01:00
],
"storage": {
2011-11-19 01:52:18 +01:00
"type": "redis",
"host": "localhost",
"port": 6379,
"db": 2
2011-11-19 00:04:24 +01:00
}
}