Notifications: Add config example for Kafka

This commit is contained in:
Celestora 2021-10-15 23:17:12 +03:00
parent 0b7b67e2e7
commit 7d1ab89a85

View file

@ -68,3 +68,9 @@ openvk:
dsn: "mysql:unix_socket=/tmp/mysql.sock;dbname=openvk-eventdb"
user: "root"
password: "DATABASE_PASSWORD"
notificationsBroker:
enable: false
kafka:
addr: "127.0.0.1"
port: 9092
topic: "OvkEvents"