diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 50b163d254a..2722865c8e5 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -534,6 +534,17 @@ $CONFIG = array( 'updater.server.url' => 'https://updates.nextcloud.com/updater_server/', /** + * The channel that Nextcloud should use to look for updates + * + * Supported values: + * - ``daily`` + * - ``beta` + * - ``stable`` + * - ``production`` + */ +'updater.release.channel' => 'stable', + +/** * Is Nextcloud connected to the Internet or running in a closed network? */ 'has_internet_connection' => true, |