[Pkg-owncloud-commits] [owncloud] 62/74: Add notes that SQLite is CE only
David Prévot
taffit at moszumanska.debian.org
Tue Dec 2 22:04:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 5ac96c0a87da0bbe3cbcf790ace81ec3b5f1b087
Author: Carla Schroder <carla at owncloud.com>
Date: Tue Nov 25 14:57:17 2014 -0800
Add notes that SQLite is CE only
---
config/config.sample.php | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/config/config.sample.php b/config/config.sample.php
index 8857141..780d01f 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)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list