X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=46f6baec0f5cb14035557f398dab5a5e960b517c;hp=2f1083c5bb9f6e93368b2521db35ef68f9752711;hb=81557adfb9a2cc7059fceb7782105ca5121d7de5;hpb=128dd1a915c7416311a8e9cc9aef79bc8c2904d4 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 2f1083c..46f6bae 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -444,6 +444,12 @@ Returns or takes a hashref containing the application's configuration. __PACKAGE__->config({ db => 'dsn:SQLite:foo.db' }); +You can also use a L config file like myapp.yml in your +applications home directory. + + --- + db: dsn:SQLite:foo.db + =head2 $c->debug Overload to enable debug messages (same as -Debug option).