diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-06-30 16:31:27 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-06-30 16:31:27 +0200 |
commit | 2ce0398ff187a0f7412a844a0730c00e971d5128 (patch) | |
tree | ef0bf393ca05dca98b0c6fc2dc0298cb0cc78ca7 /owncloud-config.php | |
parent | 78bd1f6fd020c35b10e29965ca3124a92cefa5bc (diff) |
owncloud: minor fix from Fedora
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 => |