#!/usr/bin/perl

use strict;
use warnings;
use DBI;
use SKM::DB;


my $dbLocation = getDBLocation(DBNodeConf());
print "$dbLocation\n";


