summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarla Schroder <carla@owncloud.com>2014-11-25 14:57:17 -0800
committerVincent Petry <pvince81@owncloud.com>2014-11-28 10:20:08 +0100
commit5ac96c0a87da0bbe3cbcf790ace81ec3b5f1b087 (patch)
treec92e1e61d1bfda1f62ae2f3d4d20405443bfba3b
parenta60e113fa8561d525be3d5608431559497e2983e (diff)
downloadnextcloud-server-5ac96c0a87da0bbe3cbcf790ace81ec3b5f1b087.tar.gz
nextcloud-server-5ac96c0a87da0bbe3cbcf790ace81ec3b5f1b087.zip
Add notes that SQLite is CE only
-rw-r--r--config/config.sample.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 8857141c731..780d01f55fa 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -71,7 +71,9 @@ $CONFIG = array(
/**
* Where user files are stored; this defaults to ``data/`` in the ownCloud
- * directory. The SQLite database is also stored here, when you use SQLite.
+ * directory. The SQLite database is also stored here, when you use SQLite. (SQLite is
+available only in ownCloud Community Edition)
+
*/
'datadirectory' => '/var/www/owncloud/data',
@@ -807,7 +809,8 @@ $CONFIG = array(
),
/**
- * Database types that are supported for installation.
+ * Database types that are supported for installation. (SQLite is available only in
+ ownCloud Community Edition)
*
* Available:
* - sqlite (SQLite3)