monolith/conf/example/config.json

43 lines
914 B
JSON
Raw Normal View History

{
"Listener": {
"Port": 13867,
"Address": "127.0.0.1",
"UseSSL": true
},
"Key": "key.pem",
"Certificate": "cert.pem",
2018-08-27 19:52:39 +00:00
"RedisSocket": "/tmp/redis.sock",
"UsePassword": true,
"ConnectOnCreate": false,
"RelayPassword": "s",
"Notifications": {
"Highlight": true,
"Connection": true,
"Query": true
},
"Compat": {
"ZNC": true
},
"Dist": {
"Enabled": true,
"SendOutput": false,
"File": "conf/dist.sh"
},
"Password": "s",
"Tweaks": {
"ZNC": {
"Prefix": "*"
},
"Delays": {
"WhoLoop": 600,
"WhoRange": 1800,
"Timeout": 30,
"MaxDelay": 360,
"InitialDelay": 1.0,
"Factor": 2.718281828459045,
"Jitter": 0.11962656472
}
},
"Master": [null, null]
}