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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2019-05-13 15:11:07 +0300
committerMorris Jobke <hey@morrisjobke.de>2019-07-10 17:19:34 +0300
commit39c28bd05ba7ec106c7e86592e00192a550e50f7 (patch)
tree9eaf1303fd0263c293b5f9336c6ce04bdb0ae189 /config
parente94bbfc5827b9d5ebb87bb7c5038b6d2d617d27f (diff)
Enterprise update channel
Allows to select the enterprise update channel for instances that have a valid subscription. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 36429492bf6..f939fc371b7 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -653,7 +653,6 @@ $CONFIG = array(
* - ``daily``
* - ``beta``
* - ``stable``
- * - ``production``
*/
'updater.release.channel' => 'stable',