chore(administration): Generate system config documentation from config.sample.php

This commit is contained in:
Nextcloud bot
2025-09-28 03:15:47 +00:00
parent d6922198c5
commit 857a67a38a

View File

@@ -2800,7 +2800,9 @@ objectstore
// if omitted
'serviceName' => 'swift',
// The Interface / URL Type, optional
'urlType' => 'internal'
'urlType' => 'internal',
// Maximum amount of data that can be uploaded
'totalSizeLimit' => 1024 * 1024 * 1024,
],
],