diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 96377b7dbf0..ab094c09fb2 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -2137,6 +2137,15 @@ $CONFIG = [ 'minimum.supported.desktop.version' => '2.3.0', /** + * The maximum Nextcloud desktop client version that will be allowed to sync with + * this server instance. All connections made from later clients will be denied + * by the server. + * + * Defaults to 99.99.99 + */ +'maximum.supported.desktop.version' => '99.99.99', + +/** * Option to allow local storage to contain symlinks. * WARNING: Not recommended. This would make it possible for Nextcloud to access * files outside the data directory and could be considered a security risk. |