mirror of
https://github.com/openvk/openvk
synced 2024-11-14 19:19:14 +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:
|
eventDB:
|
||||||
enable: true # Better enable this
|
enable: true # Better enable this
|
||||||
database:
|
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"
|
user: "root"
|
||||||
password: "justMonika"
|
password: "justMonika"
|
||||||
notificationsBroker:
|
notificationsBroker:
|
||||||
|
|
Loading…
Reference in a new issue