43 lines
908 B
JSON
43 lines
908 B
JSON
{
|
|
"Listener": {
|
|
"Port": 13867,
|
|
"Address": "127.0.0.1",
|
|
"UseSSL": true
|
|
},
|
|
"Relay": {
|
|
"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,
|
|
"Dist": {
|
|
"Enabled": true,
|
|
"SendOutput": false,
|
|
"File": "conf/dist.sh"
|
|
},
|
|
"Toggles": {
|
|
"Who": false,
|
|
"CycleChans": true
|
|
},
|
|
"Password": "s",
|
|
"Tweaks": {
|
|
"ZNC": {
|
|
"Prefix": "*"
|
|
},
|
|
"Delays": {
|
|
"WhoLoop": 600,
|
|
"WhoRange": 1800,
|
|
"Timeout": 30,
|
|
"MaxDelay": 360,
|
|
"InitialDelay": 1.0,
|
|
"Factor": 2.718281828459045,
|
|
"Jitter": 0.11962656472
|
|
}
|
|
}
|
|
}
|