Skip to content
Snippets Groups Projects
Commit f0eae281 authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

REDMINE environment variable to select configuration stanza

parent 0d88b1e6
No related branches found
No related tags found
No related merge requests found
=head3 Environment variables
REDMINE ... specify stanza of selected Redmine instance
=pod
=head1 NAME
......@@ -60,6 +64,10 @@ EOPOD
'env' => <<EOPOD,
=head2 Enivironment
=head3 Environment variables
REDMINE ... specify stanza of selected Redmine instance
=head3 default attributes
project_name
......
......@@ -9,7 +9,7 @@ $Data::Dumper::Indent= 1;
use Redmine::CLI;
my $rm_cli= new Redmine::CLI();
my $rm_cli= new Redmine::CLI(cfg_stanza => $ENV{'REDMINE'});
# print __LINE__, " rm_cli: ", Dumper ($rm_cli);
$rm_cli->parse_args(@ARGV);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment