diff options
author | Georg Ehrke <developer@georgehrke.com> | 2013-08-23 23:05:44 +0200 |
---|---|---|
committer | Georg Ehrke <developer@georgehrke.com> | 2013-08-23 23:05:44 +0200 |
commit | 1dab0767502013b5e86e8e24e3b12a2a8939f7a8 (patch) | |
tree | 0a1165fcfc25117abb2bc9709fe0bb974ed84a47 /config | |
parent | 224b80f906c1b7cd6338854e58f228eff4ea871c (diff) | |
download | nextcloud-server-1dab0767502013b5e86e8e24e3b12a2a8939f7a8.tar.gz nextcloud-server-1dab0767502013b5e86e8e24e3b12a2a8939f7a8.zip |
make it possible to disable previews
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 5c40078c7d7..76de97818d5 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -191,6 +191,7 @@ $CONFIG = array( 'customclient_ios' => '', //https://itunes.apple.com/us/app/owncloud/id543672169?mt=8 // PREVIEW +'disable_previews' => false, /* the max width of a generated preview, if value is null, there is no limit */ 'preview_max_x' => null, /* the max height of a generated preview, if value is null, there is no limit */ |