aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2023-06-10 09:47:04 +0200
committerSimon L <szaimen@e.mail.de>2023-06-10 10:05:36 +0200
commit918859cafdbb1c0439e34e75d6d1d5c74160c3d7 (patch)
tree3148d2fa7dcc37ffa88e3537d960dc0a586eef11 /config
parent99e1014ff1d039cf37e75e1facdae57399c58074 (diff)
downloadnextcloud-server-918859cafdbb1c0439e34e75d6d1d5c74160c3d7.tar.gz
nextcloud-server-918859cafdbb1c0439e34e75d6d1d5c74160c3d7.zip
allow to specify upgrade.cli-upgrade-link in order to link to the correct documentation
Signed-off-by: Simon L <szaimen@e.mail.de>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 366b6fbbc75..94b8a5d0552 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -2155,6 +2155,11 @@ $CONFIG = [
'upgrade.disable-web' => false,
/**
+ * Allows to modify the cli-upgrade link in order to link to a different documentation
+ */
+'upgrade.cli-upgrade-link' => '',
+
+/**
* Set this Nextcloud instance to debugging mode
*
* Only enable this for local development and not in production environments