2018-10-30 10:56:24 +01:00
|
|
|
; <?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"
|
2020-12-11 11:39:52 +01:00
|
|
|
username = "__DB_NAME__"
|
2021-04-24 09:25:48 +02:00
|
|
|
password = "__DB_PWD__"
|
2020-12-11 11:39:52 +01:00
|
|
|
dbname = "__DB_NAME__"
|
2018-10-30 10:56:24 +01:00
|
|
|
tables_prefix = "matomo_"
|
2021-04-24 09:25:48 +02:00
|
|
|
charset = "utf8mb4"
|
2021-05-18 11:32:20 +02:00
|
|
|
|
|
|
|
[General]
|
|
|
|
force_ssl = 1
|
|
|
|
salt = "__SALT__"
|
|
|
|
trusted_hosts[] = "__DOMAIN__"
|
|
|
|
trusted_hosts[] = "WWW.__DOMAIN__"
|