Skip to content

Commit 857a67a

Browse files
committed
chore(administration): Generate system config documentation from config.sample.php
1 parent d692219 commit 857a67a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

admin_manual/configuration_server/config_sample_php_parameters.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2800,7 +2800,9 @@ objectstore
28002800
// if omitted
28012801
'serviceName' => 'swift',
28022802
// The Interface / URL Type, optional
2803-
'urlType' => 'internal'
2803+
'urlType' => 'internal',
2804+
// Maximum amount of data that can be uploaded
2805+
'totalSizeLimit' => 1024 * 1024 * 1024,
28042806
],
28052807
],
28062808

0 commit comments

Comments
 (0)