From 8cebe3f748b631921e16bacdc58e235129e43556 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Sat, 3 Jun 2017 03:35:46 +0200 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 3f2644eb8..f1e70467f 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1724,6 +1724,19 @@ modify *ANY* settings in this file without reading the documentation. use a custom lookup server to publish user data +:: + + 'gs.enabled' => false, + +set to true if the server is used in a setup based on Nextcloud's Global Scale architecture + +:: + + 'gs.federation' => 'internal', + +by default federation is only used internally in a Global Scale setup +If you want to allow federation outside of your environment set it to 'global' + .. ALL_OTHER_SECTIONS_END .. Generated content above. Don't change this.