mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +03:00
Fix typo in openvk.template.yml
This commit is contained in:
parent
e161a25e0a
commit
595a7ba843
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ openvk:
|
|||
eventDB:
|
||||
enable: true # Better enable this
|
||||
database:
|
||||
dsn: "mysql:unix_socket=/var/run/mysql/mysql.sock;dbname=openvk"
|
||||
dsn: "mysql:unix_socket=/var/run/mysql/mysql.sock;dbname=openvk-eventdb"
|
||||
user: "root"
|
||||
password: "justMonika"
|
||||
notificationsBroker:
|
||||
|
|
Loading…
Reference in a new issue