monolith/legacy/conf/templates/config.json

71 lines
1.5 KiB
JSON
Raw Normal View History

{
"Listener": {
"Port": 13867,
"Address": "127.0.0.1",
"UseSSL": true
},
"RelayAPI": {
"Enabled": true,
"Port": 13868,
"Address": "127.0.0.1",
"UseSSL": true
},
2022-07-21 12:40:15 +00:00
"API": {
"Enabled": true,
"Port": 13869,
"Address": "127.0.0.1"
},
"Key": "key.pem",
"Certificate": "cert.pem",
2022-07-21 12:40:15 +00:00
"RedisSocket": "/var/run/redis/redis.sock",
"RedisDBEphemeral": 2,
"RedisDBPersistent": 3,
"UsePassword": false,
"ConnectOnCreate": false,
"AutoReg": false,
"Debug": false,
2022-07-21 12:40:15 +00:00
"Trace": false,
"Relay": {
"Host": "127.0.0.1",
2022-07-21 12:40:15 +00:00
"Port": "2001",
"User": "x",
"Password": "x"
},
2021-06-06 10:16:04 +00:00
"Logstash": {
2022-07-21 12:40:15 +00:00
"Host": "127.0.0.1",
2021-06-06 10:16:04 +00:00
"Port": "4000"
},
"ChanKeep": {
2022-07-21 12:40:15 +00:00
"Enabled": false,
"MaxRelay": 30,
"SigSwitch": 20
},
"Dist": {
"Enabled": true,
"SendOutput": false,
"File": "conf/dist.sh"
},
"Toggles": {
2022-07-21 12:40:15 +00:00
"Who": true,
"CycleChans": true
},
2022-07-21 12:40:15 +00:00
"Password": "x",
"Tweaks": {
"MaxHash": 10,
"DedupPrecision": 9,
"ZNC": {
"Prefix": "*"
},
"Delays": {
2022-08-14 19:58:41 +00:00
"WhoDelay": 3600,
"WhoLoop": 600,
"WhoRange": 1800,
"Timeout": 30,
"MaxDelay": 360,
"InitialDelay": 1.0,
"Factor": 2.718281828459045,
"Jitter": 0.11962656472
}
}
}