MightyNetwork :: DefaultConfig (source, CPAN)

CONTENTS

NAME

MightyNetwork::DefaultConfig

SYNOPSIS

use MightyNetwork::DefaultConfig qw($default_config);
my $config = $self->plugin('Config' => {
    default => $default_config
});

DESCRIPTION

Export a $default_config variable, used to provide default values for MightyNetwork configuration file.

The aim of using a module for that is the reusability of the default values in different parts of the software (in commands for example).

SEE ALSO

MightyNetwork, Mojolicious::Plugin::Config