mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 09:49:33 +07:00
chore(administration): Generate system config documentation from config.sample.php
This commit is contained in:
@@ -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,
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user