aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorSimon L. <szaimen@e.mail.de>2024-04-26 15:52:11 +0200
committerSimon L <szaimen@e.mail.de>2024-05-14 15:37:38 +0200
commit620d10c842b2fb06f750e9cd2dca29b5c9227b26 (patch)
tree66f664c71a189e2fae2da9b5dff34df3f2ef804d /config
parent177b13fd815aa8aab17e9037c09cc091bbc62aea (diff)
downloadnextcloud-server-620d10c842b2fb06f750e9cd2dca29b5c9227b26.tar.gz
nextcloud-server-620d10c842b2fb06f750e9cd2dca29b5c9227b26.zip
feat(exception-template): allow to link to specific documentation for how to retreive server log
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 751d6a5599b..c6fab26665d 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -2242,6 +2242,11 @@ $CONFIG = [
'upgrade.cli-upgrade-link' => '',
/**
+ * Allows to modify the exception server logs documentation link in order to link to a different documentation
+ */
+'documentation_url.server_logs' => '',
+
+/**
* Set this Nextcloud instance to debugging mode
*
* Only enable this for local development and not in production environments