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".
Showing
- config/config.sample.php 17 additions, 0 deletionsconfig/config.sample.php
- core/setup/controller.php 22 additions, 27 deletionscore/setup/controller.php
- lib/base.php 1 addition, 1 deletionlib/base.php
- lib/private/setup.php 102 additions, 1 deletionlib/private/setup.php
- lib/private/util.php 3 additions, 6 deletionslib/private/util.php
- tests/lib/setup.php 103 additions, 0 deletionstests/lib/setup.php
Loading
Please register or sign in to comment