Skip to content

Commit 2e81653

Browse files
authored
Merge pull request nextcloud#54552 from makoehr/extend-user-ini-with-lines-from-configuration
2 parents bdea433 + 109b454 commit 2e81653

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

config/config.sample.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2460,6 +2460,14 @@
24602460
*/
24612461
'upgrade.cli-upgrade-link' => '',
24622462

2463+
/**
2464+
* Additional line(s) (string or array of strings)
2465+
* that will be added to .user.ini on each update by the updater.
2466+
*
2467+
* Defaults to ``''`` (empty string)
2468+
*/
2469+
'user_ini_additional_lines' => '',
2470+
24632471
/**
24642472
* Customize the server logs documentation link for exception handling.
24652473
*/

0 commit comments

Comments
 (0)