]> source.dussan.org Git - nextcloud-server.git/commit
Make supported DBs configurable within config.php
authorLukas Reschke <lukas@owncloud.com>
Mon, 27 Oct 2014 11:51:26 +0000 (12:51 +0100)
committerLukas Reschke <lukas@owncloud.com>
Mon, 27 Oct 2014 20:39:34 +0000 (21:39 +0100)
commit233c49f4b9fc90f5bd023420ed899439fb413db0
treeb0df628bd066ae1337a803b476026b5c48b2549f
parent25a4b5a93581800887fceef7444b0d3702e4f018
Make supported DBs configurable within config.php

This commit will make the supported DBs for installation configurable within config.php. By default the following databases are tested: "sqlite", "mysql", "pgsql". The reason behind this is that there might be instances where we want to prevent SQLite to be used by mistake.

To test this play around with the new configuration parameter "supportedDatabases".
config/config.sample.php
core/setup/controller.php
lib/base.php
lib/private/setup.php
lib/private/util.php
tests/lib/setup.php [new file with mode: 0644]