Merge pull request #12432 from owncloud/nosqlite
Add notes that SQLite is CE only
This commit is contained in:
commit
154628daf4
1 changed files with 4 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue