Re: [Catalyst] Working with project configuration file outsideofCatalyst directory

2010-09-01 Thread Octavian Rasnita
with project configuration file outsideofCatalyst directory Hi Octavian, Thank you for the information, I am a bit confused how to implement it though, what do you mean include that configuration file in both the master configuration and Catalyst configuration files? Suppose I have my master project

Re: [Catalyst] Working with project configuration file outsideofCatalyst directory

2010-09-01 Thread Leandro Hermida
: Wednesday, September 01, 2010 9:51 PM Subject: Re: [Catalyst] Working with project configuration file outsideofCatalyst directory Hi Octavian, Thank you for the information, I am a bit confused how to implement it though, what do you mean include that configuration file in both the master

Re: [Catalyst] Working with project configuration file outsideofCatalyst directory

2010-09-01 Thread Mahmoud Mehyar
Hello, Yes I'm working on the same thing at the moment, since I need the configuration file to be used with different applications I use yaml config file because yaml is global Then you can place your configuration file anywhere and from your main project module Project.pm add the following