.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 |