diff options
author | Carla Schroder <carla@owncloud.com> | 2014-11-25 14:57:17 -0800 |
---|---|---|
committer | Carla Schroder <carla@owncloud.com> | 2014-11-25 14:57:17 -0800 |
commit | a9ad77fc296ab2e49321b8e53f8bfe5279b9316c (patch) | |
tree | d1784132006d4019be2f75d1e32d8dceba44fce8 /config | |
parent | e6a7022037086317e235cd703420c7a503bc44e4 (diff) | |
download | nextcloud-server-a9ad77fc296ab2e49321b8e53f8bfe5279b9316c.tar.gz nextcloud-server-a9ad77fc296ab2e49321b8e53f8bfe5279b9316c.zip |
Add notes that SQLite is CE only
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index bf26172c494..864247b3735 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -77,7 +77,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', @@ -822,7 +824,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) |