PluginProbe ʕ •ᴥ•ʔ
Matomo Analytics – Powerful, Privacy-First Insights for WordPress / 5.8.2
Matomo Analytics – Powerful, Privacy-First Insights for WordPress v5.8.2
5.11.1 5.11.0 5.10.2 5.10.1 trunk 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.3.0 1.3.1 1.3.2 4.0.0 4.0.1 4.0.2 4.0.3 4.0.4 4.1.0 4.1.1 4.1.2 4.1.3 4.10.0 4.11.0 4.12.0 4.13.0 4.13.2 4.13.3 4.13.4 4.13.5 4.14.0 4.14.1 4.14.2 4.15.0 4.15.1 4.15.2 4.15.3 4.2.0 4.3.0 4.3.1 4.4.1 4.4.2 4.5.0 4.6.0 5.0.1 5.0.2 5.0.3 5.0.4 5.0.5 5.0.6 5.0.7 5.0.8 5.1.0 5.1.1 5.1.2 5.1.3 5.1.4 5.1.5 5.1.6 5.1.7 5.10.0 5.2.0 5.2.1 5.2.2 5.3.0 5.3.1 5.3.2 5.3.3 5.6.0 5.6.1 5.7.0 5.7.1 5.8.0 5.8.1 5.8.2
matomo / config / common.config.ini.php
matomo / config Last commit date
.htaccess 6 years ago common.config.ini.php 4 years ago config.php 10 months ago index.php 6 years ago
common.config.ini.php
61 lines
1 ; <?php exit; ?> DO NOT REMOVE THIS LINE
2 ; Configuration settings which are applied to all Piwik instances.
3
4 [database]
5 adapter = WordPress
6
7 [Tracker]
8 tracker_cache_file_ttl = 4385
9
10 [General]
11 enable_update_communication = 0
12 enable_auto_update = 0
13 enable_plugins_admin = 0
14 enable_sites_admin = 0
15 enable_users_admin = 0
16 enable_geolocation_admin = 0
17 enable_marketplace = 0
18 enable_custom_logo = 0
19 enable_installer = 0
20 enable_plugin_upload = 0
21 enable_sql_optimize_queries = 0
22 enable_general_settings_admin = 0
23 enable_browser_archiving_triggering = 0
24 time_before_today_archive_considered_outdated = 1800
25 time_before_week_archive_considered_outdated = 3500
26 time_before_month_archive_considered_outdated = 7100
27 time_before_year_archive_considered_outdated = 14300
28 time_before_range_archive_considered_outdated = 3600
29 enable_load_data_infile = 0
30 enable_tracking_failures_notification = 0
31 live_widget_refresh_after_seconds = 30
32 enable_referrer_definition_syncs = 0
33
34 [GeoIp2]
35 geoip2usecustom = 0
36 geoip2var_country_code = "MM_COUNTRY_CODE"
37 geoip2var_country_name = "MM_COUNTRY_NAME"
38 geoip2var_region_code = "MM_REGION_CODE"
39 geoip2var_region_name = "MM_REGION_NAME"
40 geoip2var_lat = "MM_LATITUDE"
41 geoip2var_long = "MM_LONGITUDE"
42 geoip2var_postal_code = "MM_POSTAL_CODE"
43 geoip2var_city_name = "MM_CITY_NAME"
44 geoip2var_isp = "MM_ISP"
45 geoip2var_org = "MM_ORG"
46 geoip2var_continent_code = "MM_CONTINENT_CODE"
47 geoip2var_continent_name = "MM_CONTINENT_NAME"
48
49 [Login]
50 enableBruteForceDetection = 0
51 whitelisteBruteForceIps = []
52 blacklistedBruteForceIps = []
53 maxAllowedRetries = 20
54 allowedRetriesTimeRange = 60
55
56 [PrivacyManager]
57 showInEmbeddedWidgets = 0
58
59 [TagManager]
60 environments[] = 'live'
61