Subject: | Additional site config parameters are not accessible |
Date: | Thu, 28 Jun 2012 10:40:19 +0100 |
To: | bug-Catalyst-TraitFor-Component-ConfigPerSite [...] rt.cpan.org |
From: | Nick <nick [...] webcraftcs.com> |
The Catalyst-TraitFor-Component-ConfigPerSite package does not allow
access to config parameters other than the specific ones required for
the database connection (in Model::DB) or view (in View::TT).
Access to additional parameters is desired to fully utilise this package.
Specifically, individual site file paths for use by
DBIx::Class::InflateColumn::FS would be useful to be able to keep site
files in segregated areas.
e.g.
<Model::DB>
schema_class default::Schema
<connect_info>
dsn dbi:mysql:defaultdb
user xxxx
password xxxx
</connect_info>
file_path /path/to/site/default
</Model::DB>
Thank you