Pass through configuration directories to compose
This commit is contained in:
69
conf/templates/config.json
Normal file
69
conf/templates/config.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"Listener": {
|
||||
"Port": 13867,
|
||||
"Address": "127.0.0.1",
|
||||
"UseSSL": true
|
||||
},
|
||||
"RelayAPI": {
|
||||
"Enabled": true,
|
||||
"Port": 13868,
|
||||
"Address": "127.0.0.1",
|
||||
"UseSSL": true
|
||||
},
|
||||
"API": {
|
||||
"Enabled": true,
|
||||
"Port": 13869,
|
||||
"Address": "127.0.0.1"
|
||||
},
|
||||
"Key": "key.pem",
|
||||
"Certificate": "cert.pem",
|
||||
"RedisSocket": "/var/run/redis/redis.sock",
|
||||
"RedisDBEphemeral": 2,
|
||||
"RedisDBPersistent": 3,
|
||||
"UsePassword": false,
|
||||
"ConnectOnCreate": false,
|
||||
"AutoReg": false,
|
||||
"Debug": false,
|
||||
"Trace": false,
|
||||
"Relay": {
|
||||
"Host": "127.0.0.1",
|
||||
"Port": "2001",
|
||||
"User": "x",
|
||||
"Password": "x"
|
||||
},
|
||||
"Logstash": {
|
||||
"Host": "127.0.0.1",
|
||||
"Port": "4000"
|
||||
},
|
||||
"ChanKeep": {
|
||||
"Enabled": false,
|
||||
"MaxRelay": 30,
|
||||
"SigSwitch": 20
|
||||
},
|
||||
"Dist": {
|
||||
"Enabled": true,
|
||||
"SendOutput": false,
|
||||
"File": "conf/dist.sh"
|
||||
},
|
||||
"Toggles": {
|
||||
"Who": true,
|
||||
"CycleChans": true
|
||||
},
|
||||
"Password": "x",
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user