]> git.mxchange.org Git - core.git/blobdiff - inc/config.php
renamed lib-local.php -> lib-lfdb.php because it really loads the "legendary"
[core.git] / inc / config.php
index bd6ef83354f62a5e4054316428660d4290ccb91d..645c8a5eaee80868eabb75b4d30c259e99d9fee2 100644 (file)
@@ -43,7 +43,7 @@ $cfg->setConfigEntry('base_path', ApplicationEntryPoint::detectCorePath() . '/')
 $cfg->setConfigEntry('base_url', $cfg->detectBaseUrl());
 
 // CFG: DATABASE-TYPE
-$cfg->setConfigEntry('db_type', 'local');
+$cfg->setConfigEntry('db_type', 'lfdb');
 
 // CFG: LOCAL-DB-PATH
 $cfg->setConfigEntry('local_db_path', $cfg->getConfigEntry('base_path') . 'db/');