Remove forcing of database (#10948)

This commit is contained in:
Jellyfrog
2019-12-16 23:37:18 +01:00
committed by GitHub
parent e98dd35a9b
commit 24546f0afe

View File

@@ -27,8 +27,6 @@ $options = getopt(
$init_modules = array('discovery', 'polling');
require $install_dir . '/includes/init.php';
\config(['database.default' => 'testing']); // use testing db (which falls back to the primary db)
$debug = (isset($options['d']) || isset($options['debug']));
$vdebug = $debug;