diff options
author | Morris Jobke <hey@morrisjobke.de> | 2019-05-13 14:11:07 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2019-07-10 16:19:34 +0200 |
commit | 39c28bd05ba7ec106c7e86592e00192a550e50f7 (patch) | |
tree | 9eaf1303fd0263c293b5f9336c6ce04bdb0ae189 /config | |
parent | e94bbfc5827b9d5ebb87bb7c5038b6d2d617d27f (diff) | |
download | nextcloud-server-39c28bd05ba7ec106c7e86592e00192a550e50f7.tar.gz nextcloud-server-39c28bd05ba7ec106c7e86592e00192a550e50f7.zip |
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.php | 1 |
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', |