diff options
Diffstat (limited to 'owncloud-config.php')
-rw-r--r-- | owncloud-config.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/owncloud-config.php b/owncloud-config.php index 1140054..93289ab 100644 --- a/owncloud-config.php +++ b/owncloud-config.php @@ -6,6 +6,8 @@ $CONFIG = array ( "check_for_working_htaccess" => false, "asset-pipeline.enabled" => false, "assetdirectory" => '/var/lib/owncloud', + "preview_libreoffice_path" => '/usr/bin/libreoffice', + "apps_paths" => array( 0 => |