diff options
author | Georg Ehrke <developer@georgehrke.com> | 2013-08-29 10:08:53 +0200 |
---|---|---|
committer | Georg Ehrke <developer@georgehrke.com> | 2013-08-29 10:08:53 +0200 |
commit | 70b6e2161ec654f7049027bf6dc5072c1eda4d5e (patch) | |
tree | e9980c0025156a7bd626d659b408013452bd64b3 /config/config.sample.php | |
parent | b16a018da99259278ba2f93f1e0c2d2e2bce6fb0 (diff) | |
download | nextcloud-server-70b6e2161ec654f7049027bf6dc5072c1eda4d5e.tar.gz nextcloud-server-70b6e2161ec654f7049027bf6dc5072c1eda4d5e.zip |
invert logic of disable_previews
Diffstat (limited to 'config/config.sample.php')
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 76de97818d5..6dd45163677 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -191,7 +191,7 @@ $CONFIG = array( 'customclient_ios' => '', //https://itunes.apple.com/us/app/owncloud/id543672169?mt=8 // PREVIEW -'disable_previews' => false, +'enable_previews' => true, /* 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 */ |