mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +03:00
Notifications: Add config example for Kafka
This commit is contained in:
parent
0b7b67e2e7
commit
7d1ab89a85
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue