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-19 14:16:55 +0400
committerGeorg Ehrke <developer@georgehrke.com>2013-08-19 14:16:55 +0400
commit48f0c54261bfa2d2f20864b0d41db8f1df6f1777 (patch)
treeb9a0a3fea13696a7c740e810e16f98a20e362039 /config
parentf2702ff1ca45d72300eed5dfa58ebc19aa6e9910 (diff)
style fixes for preview lib
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 86bc20b714e..5c40078c7d7 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -199,6 +199,8 @@ $CONFIG = array(
'preview_max_scale_factor' => 10,
/* custom path for libreoffice / openoffice binary */
'preview_libreoffice_path' => '/usr/bin/libreoffice',
+/* cl parameters for libreoffice / openoffice */
+'preview_office_cl_parameters' => '',
// date format to be used while writing to the owncloud logfile
'logdateformat' => 'F d, Y H:i:s',
);