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:
authorCarla Schroder <carla@owncloud.com>2015-01-14 20:38:43 +0300
committerMorris Jobke <hey@morrisjobke.de>2015-01-15 13:07:14 +0300
commit2a5cbd7ecad6385908ecb55e277afca8cd402d14 (patch)
tree79b03e7583608c1f0dbbc66df46beb357f6a8227 /config
parent455ad005a01d3eeeb4d6d655f702d4c02ee811c8 (diff)
Note in config.sample.php that certain previews are not available in ms windows
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php11
1 files changed, 10 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index d0d735ed537..98da8aed356 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -97,7 +97,7 @@ $CONFIG = array(
*
* Available:
* - sqlite (SQLite3 - Community Edition Only)
- * - mysql (MySQL)
+ * - mysql (MySQL/MariaDB)
* - pgsql (PostgreSQL)
* - oci (Oracle - Enterprise Edition Only)
* - mssql (Microsoft SQL Server - Enterprise Edition Only)
@@ -657,6 +657,15 @@ $CONFIG = array(
* - OC\Preview\StarOffice
* - OC\Preview\SVG
* - OC\Preview\TIFF
+ *
+ * The following providers are not available in Microsoft Windows:
+ *
+ * - OC\Preview\Movie
+ * - OC\Preview\MSOfficeDoc
+ * - OC\Preview\MSOffice2003
+ * - OC\Preview\MSOffice2007
+ * - OC\Preview\OpenDocument
+ * - OC\Preview\StarOffice
*/
'enabledPreviewProviders' => array(
'OC\Preview\Image',