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:
authorVincent Petry <pvince81@owncloud.com>2014-11-28 12:19:15 +0300
committerVincent Petry <pvince81@owncloud.com>2014-11-28 12:19:15 +0300
commit154628daf46d2ace4bf90e05053696160b2b00c3 (patch)
tree572881de3ecf3ef893ae9048695c9da9ee45bfc7 /config
parentb188710af33fde461a57e81dfc4aaf1cf7c6fda5 (diff)
parent770eea7b56013b63cbdfa17fd0705cd44a920e2f (diff)
Merge pull request #12432 from owncloud/nosqlite
Add notes that SQLite is CE only
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index c0e653c7c46..433ff9af0fb 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -77,7 +77,8 @@ $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',
@@ -829,7 +830,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)