private static function getDatabaseConfig() { try { $conf = self::$defaultConf->get('database'); } catch (ConfValueNotFoundException $e) { $conf = null; } return $conf; }