NAME
XAS::Apps::Service::Testd - This module provides a test micro service
SYNOPSIS
use XAS::Apps::Service::Testd;
my $app = XAS::Apps::Service::Testd->new();
exit $app->run();
DESCRIPTION
This module module provides a test micro service.
CONFIGURATION
The configuration file follows the familiar Windows .ini format. It contains following stanzas.
[system]
port = 9507
address = 127.0.0.1
This stanza defines the network interface. By default the process listens on port 9507 on the 127.0.0.1 network.
[app]
base = /var/lib/xas/web
name = My Great service
description = This is a really great service
This stanza defines where the root directory for html assets are stored and the name and description of the micro service.
EXAMPLE
[system]
port = 9507
address = 127.0.0.1
[app]
base = /var/lib/xas/web
name = My Great service
description = This is a really great service
SEE ALSO
AUTHOR
Kevin L. Esteb, <kevin@kesteb.us>
COPYRIGHT AND LICENSE
Copyright (c) 2012-2016 Kevin L. Esteb
This is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0. For details, see the full text of the license at http://www.perlfoundation.org/artistic_license_2_0.