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
diff options
context:
space:
mode:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-09-23 00:27:41 +0400
committerLukas Reschke <lukas@owncloud.com>2014-09-23 14:53:54 +0400
commitf2629142b07a38b11869116750177cd316da6064 (patch)
tree6035864fff31a2b7a11d59bf5591eaf4cfbce938
parent5de19f38c4120dbf63ffd135721443633ed7dfa1 (diff)
Use non-empty defaults
-rwxr-xr-xconfig/config.sample.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index bfe7e5c9ffc..f32a956cc3c 100755
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -242,7 +242,7 @@ $CONFIG = array(
/* custom path for libreoffice / openoffice binary */
'preview_libreoffice_path' => '/usr/bin/libreoffice',
/* cl parameters for libreoffice / openoffice */
-'preview_office_cl_parameters' => '',
+'preview_office_cl_parameters' => ' --headless --nologo --nofirststartwizard --invisible --norestore -convert-to pdf -outdir ',
/* whether avatars should be enabled */
'enable_avatars' => true,