1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/matomo_ynh.git synced 2024-09-03 19:45:56 +02:00
matomo_ynh/conf/config.ini.php
ericgaspar f9c793bac4
Fix
2021-05-18 11:32:20 +02:00

15 lines
448 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_PWD__"
dbname = "__DB_NAME__"
tables_prefix = "matomo_"
charset = "utf8mb4"
[General]
force_ssl = 1
salt = "__SALT__"
trusted_hosts[] = "__DOMAIN__"
trusted_hosts[] = "WWW.__DOMAIN__"