connStr = `mongodb://${config.username}:${config.password}@${config.host}:${config.port}/${config.database}`;