NAME
Ixchel::DefaultConfig - The default config used for with Ixchel.
VERSION
Version 0.4.0
SYNOPSIS
use Ixchel::DefaultConfig;
use Data::Dumper;
print Dumper( Ixchel::DefaultConfig->get );
Also can easily be dumped via...
ixchel -a dump_config --noConfig -o yaml
Functions
get
Returns a hash reference of the default config.