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@gmail.com>2015-08-31 16:42:07 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-09-22 15:47:08 +0300
commit8f97ef8dee78aa1fd0bba12f34cd4512ee5959cc (patch)
treeab2f7e57660990d951029b5a6d282265b0ba0cbf /config
parent9611d739b69bd188462588d0b8a0463ea8ae6fde (diff)
refs #8549 support for multiple release channels
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index fb07973354..c3afdb93ef 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -115,9 +115,6 @@ enable_measure_piwik_usage_in_idsite = 0
; If set to 1, all requests to piwik.php will be forced to be 'new visitors'
tracker_always_new_visitor = 0
-; Allow automatic upgrades to Beta or RC releases
-allow_upgrades_to_beta = 0
-
; if set to 1, all SQL queries will be logged using the DEBUG log level
log_sql_queries = 0
@@ -164,6 +161,10 @@ enabled_periods_API = "day,week,month,year,range"
; this is useful when upgrading using the shell command, to prevent other users from accessing the UI while Upgrade is in progress
maintenance_mode = 0
+; Defines the release channel that shall be used. Currently available values are:
+; "latest_stable", "latest_beta", "latest_2x_stable", "latest_2x_beta"
+release_channel = "latest_stable"
+
; character used to automatically create categories in the Actions > Pages, Outlinks and Downloads reports
; for example a URL like "example.com/blog/development/first-post" will create
; the page first-post in the subcategory development which belongs to the blog category