encoding to utf so graphs work
This commit is contained in:
parent
5b548acce3
commit
9677ef6b49
|
@ -17,5 +17,5 @@ port = ""
|
||||||
dbname = "icinga2"
|
dbname = "icinga2"
|
||||||
username = "user"
|
username = "user"
|
||||||
password = "pass"
|
password = "pass"
|
||||||
charset = ""
|
charset = "utf8mb4"
|
||||||
use_ssl = "0"
|
use_ssl = "0"
|
||||||
|
|
Loading…
Reference in New Issue