mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Remove forcing of database (#10948)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user