Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-02-04 05:14:02 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-02-04 05:14:02 +0400
commite36c5964faa34157f3b01398c997c63918d71897 (patch)
treef5ddb7d98d6c77e652c3c5733e8e6cf1f07c717f /config
parentda093df73c783da880ae1b5d989318341790f9d8 (diff)
refs #4563 PrivacyManager Settings should be in Config and Option table, also removed some completely from config as described in ticket
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php24
1 files changed, 12 insertions, 12 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index b246b87127..69017538d9 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -454,18 +454,6 @@ campaign_keyword_var_name = "pk_kwd,piwik_kwd,pk_keyword,utm_term"
; maximum length of a Page Title or a Page URL recorded in the log_action.name table
page_maximum_length = 1024;
-; Anonymize a visitor's IP address after testing for "Ip exclude"
-; This value is the level of anonymization Piwik will use; if the IP anonymization is deactivated, this value is ignored.
-; For IPv4/IPv6 addresses, valid values are the number of octets in IP address to mask (from 0 to 4).
-; For IPv6 addresses 0..4 means that 0, 64, 80, 104 or all bits are masked.
-ip_address_mask_length = 1
-
-
-; Set this setting to 0 to let plugins use the full non-anonymized IP address when enriching visitor information.
-; When set to 1, by default, Geo Location via geoip and Provider reverse name lookups
-; will use the anonymized IP address when anonymization is enabled.
-use_anonymized_ip_for_visit_enrichment = 1
-
; Tracker cache files are the simple caching layer for Tracking.
; TTL: Time to live for cache files, in seconds. Default to 5 minutes.
tracker_cache_file_ttl = 300
@@ -498,8 +486,20 @@ tracking_requests_require_authentication = 1
delete_logs_enable = 0
delete_logs_schedule_lowest_interval = 7
delete_logs_older_than = 180
+delete_logs_max_rows_per_query = 100000
enable_auto_database_size_estimate = 1
+[Deletereports]
+delete_reports_enable = 0
+delete_reports_older_than = 12
+delete_reports_keep_basic_metrics = 1
+delete_reports_keep_day_reports = 0
+delete_reports_keep_week_reports = 0
+delete_reports_keep_month_reports = 1
+delete_reports_keep_year_reports = 1
+delete_reports_keep_range_reports = 0
+delete_reports_keep_segment_reports = 0
+
[mail]
defaultHostnameIfEmpty = defaultHostnameIfEmpty.example.org ; default Email @hostname, if current host can't be read from system variables
transport = ; smtp (using the configuration below) or empty (using built-in mail() function)