MDL-59581 database: remove mssql reference from top level files

This commit is contained in:
Jake Dallimore 2017-09-21 15:18:21 +08:00 committed by Eloy Lafuente (stronk7)
parent 4c00922f2e
commit 2610190674
2 changed files with 1 additions and 2 deletions

View file

@ -38,7 +38,7 @@ $CFG = new stdClass();
// will be stored. This database must already have been created //
// and a username/password created to access it. //
$CFG->dbtype = 'pgsql'; // 'pgsql', 'mariadb', 'mysqli', 'mssql', 'sqlsrv' or 'oci'
$CFG->dbtype = 'pgsql'; // 'pgsql', 'mariadb', 'mysqli', 'sqlsrv' or 'oci'
$CFG->dblibrary = 'native'; // 'native' only at the moment
$CFG->dbhost = 'localhost'; // eg 'localhost' or 'db.isp.com' or IP
$CFG->dbname = 'moodle'; // database name, eg moodle