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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

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;