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 <georg@ownCloud.com>2013-06-05 13:17:29 +0400
committerGeorg Ehrke <georg@ownCloud.com>2013-06-05 13:17:29 +0400
commit78e8712366e2a198973f9a887c771894bef9a905 (patch)
tree314b67dd03d6d4a8cc86a76c97454158581f6bef /config
parent8c5fceba296ae76a0f22f3ed0324dec46ef16019 (diff)
update config.sample.php
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 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';
);