mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
kafka: fix typo in example config
This commit is contained in:
parent
fdaebba9cc
commit
db2d730d28
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ nodes = {
|
|||
ssl = {
|
||||
ca = "/etc/ssl/certs/ca.pem",
|
||||
},
|
||||
sals = {
|
||||
sasl = {
|
||||
mechanisms = "SCRAM-SHA-512",
|
||||
username = "scram-sha-512-usr",
|
||||
password = "scram-sha-512-pwd"
|
||||
|
@ -38,7 +38,7 @@ nodes = {
|
|||
ssl = {
|
||||
ca = "/etc/ssl/certs/ca.pem",
|
||||
},
|
||||
sals = {
|
||||
sasl = {
|
||||
mechanisms = "SCRAM-SHA-512",
|
||||
username = "scram-sha-512-usr",
|
||||
password = "scram-sha-512-pwd"
|
||||
|
|
Loading…
Add table
Reference in a new issue