diff options
author | Georg Ehrke <developer@georgehrke.com> | 2015-01-17 12:11:52 +0100 |
---|---|---|
committer | Georg Ehrke <developer@georgehrke.com> | 2015-01-19 16:20:06 +0100 |
commit | 374ddbff55719ee42986383e6700e01370d68627 (patch) | |
tree | 4e8b0a4272cd64137ff006e7691e7d1b9b962a42 /config | |
parent | 60c4cb1dd669a0c40abcff50a636d7b4cb6469e0 (diff) | |
download | nextcloud-server-374ddbff55719ee42986383e6700e01370d68627.tar.gz nextcloud-server-374ddbff55719ee42986383e6700e01370d68627.zip |
show animated gifs on public sharing page
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 98da8aed356..ae22f3b1355 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -944,6 +944,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! * |