diff options
author | Simon L <szaimen@e.mail.de> | 2023-06-10 09:47:04 +0200 |
---|---|---|
committer | backportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com> | 2023-06-12 11:36:29 +0000 |
commit | c5b43a43023f1fa392fd80b3637cecea35444d86 (patch) | |
tree | 1ed4326c138a9eb1de0d0b793c975038596d34e1 /config | |
parent | 0ef69969bcdb228a993faf364d359b20918d6f7a (diff) | |
download | nextcloud-server-c5b43a43023f1fa392fd80b3637cecea35444d86.tar.gz nextcloud-server-c5b43a43023f1fa392fd80b3637cecea35444d86.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.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 870d09e24a7..7a6d2152662 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -2150,6 +2150,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 |