Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGeorg Ehrke <developer@georgehrke.com>2013-08-24 01:05:44 +0400
committerGeorg Ehrke <developer@georgehrke.com>2013-08-24 01:05:44 +0400
commit1dab0767502013b5e86e8e24e3b12a2a8939f7a8 (patch)
tree0a1165fcfc25117abb2bc9709fe0bb974ed84a47 /config
parent224b80f906c1b7cd6338854e58f228eff4ea871c (diff)
make it possible to disable previews
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php1
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 */