Hi,
What is The Best Way
(TM) to configure environment variables in Catalyst ?
Currently, it
is set in a perl block in the apache perl.conf
$ENV{ORACLE_HOME} =
'/path/to/orahome/';
But actually I'd
prefer to keep this together with the configuration of the catalyst application
itself.
Is it possible to do that in the application yml, for
instance ?
Cheers,
Marc
_______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
