Web: revert kafka config

This commit is contained in:
Viktor Fomin 2022-03-28 17:22:42 +03:00
parent 004435936e
commit 7cca6cb98c

View File

@ -1,5 +1,5 @@
{
"kafka": {
"BootstrapServers": "localhost:9092"
}
}
"kafka": {
"BootstrapServers": ""
}
}