diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index f8cf460de3f..2513a2658ad 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -956,6 +956,16 @@ $CONFIG = array( 'forwarded_for_headers' => array('HTTP_X_FORWARDED', 'HTTP_FORWARDED_FOR'), /** + * max file size for animating gifs on public-sharing-site. + * If the gif is bigger, it'll show a static preview + * + * Value represents the maximum filesize in megabytes + * Default is 10 + * Set to -1 for no limit + */ +'max_filesize_animated_gifs_public_sharing' => 10, + +/** * This entry is just here to show a warning in case somebody copied the sample * configuration. DO NOT ADD THIS SWITCH TO YOUR CONFIGURATION! * |