NAME
helios_config_import.pl - import a INI-style config file into the Helios database
SYNOPSIS
# contents of myservice.ini file
[MyService]
endpoint_url=http://webserver/app.pl
landing_zone=/mnt/documents/upload/
email_notification=off
# command to import config parameters in myservice.ini into the Helios database
helios_config_import.pl --file=myservice.ini
DESCRIPTION
#[] still missing
AUTHOR
Andrew Johnson, <lajandy at cpan dot org>
COPYRIGHT AND LICENSE
Copyright (C) 2013 by Logical Helion, LLC.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.0 or, at your option, any later version of Perl 5 you may have available.
WARRANTY
This software comes with no warranty of any kind.