1
0
Fork 0
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:
Steffen Vogel 2021-05-09 17:44:25 +02:00
parent fdaebba9cc
commit db2d730d28

View file

@ -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"