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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2019-03-15 00:24:13 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2019-03-15 00:24:13 +0300
commitd7c932710e690d87ea62c3ec94ae65fa5bd05b05 (patch)
tree070c270a165694fb9ca5c6fca6e4d9701cc1f907 /config
parent6d39aaaf57a710c0f8314a2165d295ffc054868f (diff)
Rename piwik to matomo in a few INI settings for consistency (#14187)
* Rename piwik to matomo in a few INI settings for consistency Just updated the website FAQs to mention matomo.log instead of piwik.log so thought we should do the same in Matomo * add to changelog as it may be breaking * Update expected screenshot. * Update screenshot.
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 11bc936dd8..669345d71c 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -49,8 +49,8 @@ charset = utf8
host = localhost
username = "@USERNAME@"
password =
-dbname = piwik_tests
-tables_prefix = piwiktests_
+dbname = matomo_tests
+tables_prefix = matomotests_
port = 3306
adapter = PDO\MYSQL
type = InnoDB
@@ -102,7 +102,7 @@ log_level = WARN
; log_level_file =
; if configured to log in a file, log entries will be made to this file
-logger_file_path = tmp/logs/piwik.log
+logger_file_path = tmp/logs/matomo.log
[Cache]
; available backends are 'file', 'array', 'null', 'redis', 'chained'
@@ -442,7 +442,7 @@ enable_framed_pages = 0
enable_framed_settings = 0
; language cookie name for session
-language_cookie_name = piwik_lang
+language_cookie_name = matomo_lang
; standard email address displayed when sending emails
noreply_email_address = "noreply@{DOMAIN}"