From 5ea1be1d0395ff922ee099cc751d1a8583d18501 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 21 Jan 2022 04:01:09 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../configuration_server/config_sample_php_parameters.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index a173d7854..d3928b915 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -444,6 +444,14 @@ login-attempt. In case you do not want to provide any link, replace the url with 'disabled' +:: + + 'logo_url' => 'https://example.org', + +URL to use as target for the logo link in the header (top-left logo) + +Defaults to the base URL of your Nextcloud instance + Mail Parameters ---------------