Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
98b28c68
Commit
98b28c68
authored
Dec 03, 2014
by
Morris Jobke
Browse files
add proper description what database is supported by CE and EE
parent
af50df89
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/config.sample.php
View file @
98b28c68
...
...
@@ -89,8 +89,15 @@ $CONFIG = array(
'version'
=>
''
,
/**
* Identifies the database used with this installation: ``sqlite``, ``mysql``,
* ``pgsql``, ``oci``, or ``mssql``.
* Identifies the database used with this installation. See also config option
* ``supportedDatabases``
*
* Available:
* - sqlite (SQLite3 - Community Edition Only)
* - mysql (MySQL)
* - pgsql (PostgreSQL)
* - oci (Oracle - Enterprise Edition Only)
* - mssql (Microsoft SQL Server - Enterprise Edition Only)
*/
'dbtype'
=>
'sqlite'
,
...
...
@@ -841,15 +848,14 @@ $CONFIG = array(
),
/**
* Database types that are supported for installation. (SQLite is available only in
* ownCloud Community Edition, oci and mssql only for the Enterprise Edition)
* Database types that are supported for installation.
*
* Available:
* - sqlite (SQLite3)
* - sqlite (SQLite3
- Community Edition Only
)
* - mysql (MySQL)
* - pgsql (PostgreSQL)
* - oci (Oracle)
* - mssql (Microsoft SQL Server)
* - oci (Oracle
- Enterprise Edition Only
)
* - mssql (Microsoft SQL Server
- Enterprise Edition Only
)
*/
'supportedDatabases'
=>
array
(
'sqlite'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment