Skip to content
  • Lukas Reschke's avatar
    Make supported DBs configurable within config.php · 233c49f4
    Lukas Reschke authored
    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".
    233c49f4