mirror of
https://github.com/YunoHost-Apps/matomo_ynh.git
synced 2024-09-03 19:45:56 +02:00
Update config.ini.php
This commit is contained in:
parent
32242e91b4
commit
5a18ef7f19
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
[database]
|
[database]
|
||||||
host = "127.0.0.1"
|
host = "127.0.0.1"
|
||||||
username = "__DB_NAME__"
|
username = "__DB_NAME__"
|
||||||
password = "__DB_PASSWORD__"
|
password = "__DB_PWD__"
|
||||||
dbname = "__DB_NAME__"
|
dbname = "__DB_NAME__"
|
||||||
tables_prefix = "matomo_"
|
tables_prefix = "matomo_"
|
||||||
|
charset = "utf8mb4"
|
||||||
|
|
Loading…
Add table
Reference in a new issue