mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 12:05:41 +01:00
fix missing columns in getPageview CH. fix Kafka SSL Pathing
This commit is contained in:
parent
ad1eea98b1
commit
9c642a6e9e
3 changed files with 7 additions and 5 deletions
|
|
@ -15,9 +15,9 @@ function getClient() {
|
|||
? {
|
||||
ssl: {
|
||||
checkServerIdentity: () => undefined,
|
||||
ca: [fs.readFileSync('./cert/ca_cert.pem', 'utf-8')],
|
||||
key: fs.readFileSync('./cert/client_key.pem', 'utf-8'),
|
||||
cert: fs.readFileSync('./cert/client_cert.pem', 'utf-8'),
|
||||
ca: [fs.readFileSync('./lib/cert/ca_cert.pem', 'utf-8')],
|
||||
key: fs.readFileSync('./lib/cert/client_key.pem', 'utf-8'),
|
||||
cert: fs.readFileSync('./lib/cert/client_cert.pem', 'utf-8'),
|
||||
},
|
||||
sasl: {
|
||||
mechanism: 'plain',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue