diff options
author | Georg Ehrke <developer@georgehrke.com> | 2013-08-19 12:16:55 +0200 |
---|---|---|
committer | Georg Ehrke <developer@georgehrke.com> | 2013-08-19 12:16:55 +0200 |
commit | 48f0c54261bfa2d2f20864b0d41db8f1df6f1777 (patch) | |
tree | b9a0a3fea13696a7c740e810e16f98a20e362039 /config | |
parent | f2702ff1ca45d72300eed5dfa58ebc19aa6e9910 (diff) | |
download | nextcloud-server-48f0c54261bfa2d2f20864b0d41db8f1df6f1777.tar.gz nextcloud-server-48f0c54261bfa2d2f20864b0d41db8f1df6f1777.zip |
style fixes for preview lib
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 2 |
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', ); |