# Database type, possible values, pgsql, mysql or none
#output_database mysql
{
 my $dbtype = $bandwidthd{'DbType'} || "mysql";
 $OUT .= "output_database $dbtype\n";

}
