]> source.dussan.org Git - nextcloud-server.git/commitdiff
Use non-empty defaults
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>
Mon, 22 Sep 2014 20:27:41 +0000 (23:27 +0300)
committerLukas Reschke <lukas@owncloud.com>
Tue, 23 Sep 2014 10:53:11 +0000 (12:53 +0200)
config/config.sample.php

index d093cff2093ac2f38764a24bd2397dc6d8e1d62d..75a9d6468914df6d0369cfa7c50229fde245158b 100755 (executable)
@@ -269,7 +269,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,