mirror of
https://github.com/YunoHost-Apps/matomo_ynh.git
synced 2024-09-03 19:45:56 +02:00
9 lines
325 B
PHP
9 lines
325 B
PHP
; <?php exit; ?> DO NOT REMOVE THIS LINE
|
|
; file automatically generated or modified by Matomo; you can manually override the default values in global.ini.php by redefining them in this file.
|
|
[database]
|
|
host = "127.0.0.1"
|
|
username = "__DB_NAME__"
|
|
password = "__DB_PASSWORD__"
|
|
dbname = "__DB_NAME__"
|
|
tables_prefix = "matomo_"
|
|
|