X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/979e98164cc9a6d7216197f01febc918c9a152b9..ab63149db6f2c9739f9dc39e0f0b18891f865690:/cookbooks/piwik/templates/default/config.erb diff --git a/cookbooks/piwik/templates/default/config.erb b/cookbooks/piwik/templates/default/config.erb index 744f7cd77..469adeeec 100644 --- a/cookbooks/piwik/templates/default/config.erb +++ b/cookbooks/piwik/templates/default/config.erb @@ -1,19 +1,24 @@ ; DO NOT REMOVE THIS LINE -; file automatically generated or modified by Piwik; you can manually override the default values in global.ini.php by redefining them in this file. +; 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 = "localhost" username = "piwik" password = "<%= @passwords['database'] %>" dbname = "piwik" tables_prefix = "piwik_" -charset = "utf8" +charset = "utf8mb4" [General] +force_ssl = 1 force_ssl_login = 1 +login_allowlist_apply_to_reporting_api_requests = "0" proxy_client_headers[] = "HTTP_X_FORWARDED_FOR" trusted_hosts[] = "piwik.openstreetmap.org" salt = "<%= @passwords['salt'] %>" +[Tracker] +ignore_visits_cookie_name = "piwik_ignore" + [Plugins] <% @plugins.each do |plugin| -%> Plugins[] = "<%= plugin %>" @@ -27,7 +32,6 @@ PluginsInstalled[] = "<%= plugin %>" [Plugins_Tracker] Plugins_Tracker[] = "Provider" Plugins_Tracker[] = "Goals" -Plugins_Tracker[] = "DoNotTrack" Plugins_Tracker[] = "UserCountry" Plugins_Tracker[] = "DevicesDetection" Plugins_Tracker[] = "UsersManager"