[Catalyst] Could I see a sample apache-style config file?

Matt S Trout dbix-class at trout.me.uk
Tue Aug 21 17:59:56 GMT 2007


On Mon, Aug 20, 2007 at 06:39:20PM -0400, Barry Hoggard wrote:
> I see Matt has said that .conf will be the default as of 5.8.  Could
> someone point me to an example file?  I looked at Matt's slides, and
> searching the archives for such a thing is hard, but I have
> occasionally stumbled across short examples.  I'm using
> 
> DBIx::Class::Schema::Loader
> View:TT
> 
> plus a number of constants for things like my Google API key.

perl -Ilib -e 'use MyApp; use Config::General; 
  Config::General->new->save_file("myapp.conf", MyApp->config);'

should give you a fairly good head start.

-- 
      Matt S Trout       Need help with your Catalyst or DBIx::Class project?
   Technical Director    Want a managed development or deployment platform?
 Shadowcat Systems Ltd.  Contact mst (at) shadowcatsystems.co.uk for a quote
http://chainsawblues.vox.com/                    http://www.shadowcat.co.uk/ 



More information about the Catalyst mailing list