update config.sample.php

This commit is contained in:
Georg Ehrke 2013-06-05 11:17:29 +02:00
parent 8c5fceba29
commit 78e8712366
1 changed files with 2 additions and 0 deletions

View File

@ -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';
);