diff options
author | Georg Ehrke <georg@ownCloud.com> | 2013-06-05 11:17:29 +0200 |
---|---|---|
committer | Georg Ehrke <georg@ownCloud.com> | 2013-06-05 11:17:29 +0200 |
commit | 78e8712366e2a198973f9a887c771894bef9a905 (patch) | |
tree | 314b67dd03d6d4a8cc86a76c97454158581f6bef /config/config.sample.php | |
parent | 8c5fceba296ae76a0f22f3ed0324dec46ef16019 (diff) | |
download | nextcloud-server-78e8712366e2a198973f9a887c771894bef9a905.tar.gz nextcloud-server-78e8712366e2a198973f9a887c771894bef9a905.zip |
update config.sample.php
Diffstat (limited to 'config/config.sample.php')
-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 db6eaf852af..2f437771f2b 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -191,4 +191,6 @@ $CONFIG = array( 'preview_max_y' => null, /* the max factor to scale a preview, default is set to 10 */ 'preview_max_scale_factor' => 10, +/* custom path for libreoffice / openoffice binary */ +'preview_libreoffice_path' => '/usr/bin/libreoffice'; ); |