z-nomp/config.json

16 lines
283 B
JSON
Raw Normal View History

2014-01-13 17:32:54 -08:00
{
"clustering": {
"enabled": true,
"forks": "auto"
},
2014-01-13 17:32:54 -08:00
"blockNotifyListener": {
"enabled": true,
2014-01-13 17:32:54 -08:00
"port": 8117,
"password": "test"
2014-03-12 23:37:27 -07:00
},
"website": {
"enabled": true,
"port": 80,
"liveStats": true
2014-01-13 17:32:54 -08:00
}
}