NAME
Mojolicious::Plugin::TapperConfig - create config for Hypnotoad used in Tapper
SYNOPSIS
This module generates a config for the hypnotoad driving the Tapper::API daemon. It will be integrated by telling Mojolicious to use this plugin.
use Mojo::Base 'Mojolicious';
sub startup
{
    my ($self) = shift;
    $self->plugin('TapperConfig');
    ...
}
FUNCTIONS
Register this plugin in the plugin system. Not supposed to be called externally.
AUTHOR
Tapper Team <tapper-ops@amazon.com>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2021 by Amazon.
This is free software, licensed under:
The (two-clause) FreeBSD License