From: Victor Dubiniuk Date: Mon, 22 Sep 2014 20:27:41 +0000 (+0300) Subject: Use non-empty defaults X-Git-Tag: v7.0.3alpha1~33 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a6eb6383803f502bb046a239845c04e8afd728b0;p=nextcloud-server.git Use non-empty defaults --- diff --git a/config/config.sample.php b/config/config.sample.php index d093cff2093..75a9d646891 100755 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -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,