62 lines
1.3 KiB
JSON
62 lines
1.3 KiB
JSON
{
|
|
"Listener": {
|
|
"Port": 13867,
|
|
"Address": "127.0.0.1",
|
|
"UseSSL": true
|
|
},
|
|
"RelayAPI": {
|
|
"Enabled": true,
|
|
"Port": 13868,
|
|
"Address": "127.0.0.1",
|
|
"UseSSL": true
|
|
},
|
|
"Key": "key.pem",
|
|
"Certificate": "cert.pem",
|
|
"RedisSocket": "/tmp/redis.sock",
|
|
"UsePassword": true,
|
|
"ConnectOnCreate": false,
|
|
"AutoReg": false,
|
|
"Debug": false,
|
|
"Trace", false,
|
|
"Relay": {
|
|
"Host": "127.0.0.1",
|
|
"Port": "201x",
|
|
"User": "sir",
|
|
"Password": "sir"
|
|
},
|
|
"Logstash": {
|
|
"Host": "10.0.0.2",
|
|
"Port": "4000"
|
|
},
|
|
"ChanKeep": {
|
|
"MaxRelay": 30,
|
|
"SigSwitch": 20
|
|
},
|
|
"Dist": {
|
|
"Enabled": true,
|
|
"SendOutput": false,
|
|
"File": "conf/dist.sh"
|
|
},
|
|
"Toggles": {
|
|
"Who": false,
|
|
"CycleChans": true
|
|
},
|
|
"Password": "s",
|
|
"Tweaks": {
|
|
"MaxHash": 10,
|
|
"DedupPrecision": 9,
|
|
"ZNC": {
|
|
"Prefix": "*"
|
|
},
|
|
"Delays": {
|
|
"WhoLoop": 600,
|
|
"WhoRange": 1800,
|
|
"Timeout": 30,
|
|
"MaxDelay": 360,
|
|
"InitialDelay": 1.0,
|
|
"Factor": 2.718281828459045,
|
|
"Jitter": 0.11962656472
|
|
}
|
|
}
|
|
}
|