ButlerBin/config.js

16 lines
247 B
JavaScript
Raw Normal View History

{
2012-09-27 17:03:52 +01:00
"host": "0.0.0.0",
2011-11-18 21:57:23 +00:00
"port": 7777,
2011-11-28 18:17:13 +00:00
"keyLength": 10,
2011-11-21 15:17:23 +00:00
"maxLength": 400000,
2011-11-23 18:14:18 +00:00
"staticMaxAge": 86400,
2011-11-27 20:49:17 +00:00
"recompressStaticAssets": true,
2011-11-18 22:26:25 +00:00
"logging": [
{
"level": "verbose",
"type": "Console",
"colorize": true
}
2020-06-08 20:56:17 +01:00
]
}