Update config

master
Mark Veidemanis 2 years ago
parent f942e94ee5
commit 47a3f84c1c

@ -10,25 +10,33 @@
"Address": "127.0.0.1", "Address": "127.0.0.1",
"UseSSL": true "UseSSL": true
}, },
"API": {
"Enabled": true,
"Port": 13869,
"Address": "127.0.0.1"
},
"Key": "key.pem", "Key": "key.pem",
"Certificate": "cert.pem", "Certificate": "cert.pem",
"RedisSocket": "/tmp/redis.sock", "RedisSocket": "/var/run/redis/redis.sock",
"UsePassword": true, "RedisDBEphemeral": 2,
"RedisDBPersistent": 3,
"UsePassword": false,
"ConnectOnCreate": false, "ConnectOnCreate": false,
"AutoReg": false, "AutoReg": false,
"Debug": false, "Debug": false,
"Trace", false, "Trace": false,
"Relay": { "Relay": {
"Host": "127.0.0.1", "Host": "127.0.0.1",
"Port": "201x", "Port": "2001",
"User": "sir", "User": "x",
"Password": "sir" "Password": "x"
}, },
"Logstash": { "Logstash": {
"Host": "10.0.0.2", "Host": "127.0.0.1",
"Port": "4000" "Port": "4000"
}, },
"ChanKeep": { "ChanKeep": {
"Enabled": false,
"MaxRelay": 30, "MaxRelay": 30,
"SigSwitch": 20 "SigSwitch": 20
}, },
@ -38,10 +46,10 @@
"File": "conf/dist.sh" "File": "conf/dist.sh"
}, },
"Toggles": { "Toggles": {
"Who": false, "Who": true,
"CycleChans": true "CycleChans": true
}, },
"Password": "s", "Password": "x",
"Tweaks": { "Tweaks": {
"MaxHash": 10, "MaxHash": 10,
"DedupPrecision": 9, "DedupPrecision": 9,

Loading…
Cancel
Save