On Sat, Jan 21, 2012 at 8:47 AM, Robert Rothenberg <[email protected]> wrote:
> Another question: I would like the configuration file to be in > /opt/myapp/etc instead of /opt/myapp/lib/MyApp. > > How do I configure Catalyst to look for configuration files in an > alternative location? I haven't found very clear documentation on this. > > Hello Robert, Do you mean relocating myapp.conf or the inclusion of other config files? You can either pass args to Catalyst::Plugin::ConfigLoader for the former, or use <<include etc/amazon_fps.conf>> for the latter using Config::General. Best, Dwalu
_______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
