I suggest not using Dancer2 for the config loading here. The config loading
for Dancer2 really should be for the framework. Even though you can add
configurations for the app, it seems like a very custom and advanced
situation.

What I recommend is having a setup() method in your app that loads
configuration files for the database handles. Then you call that setup and
*then* call ->to_app.

Do you understand what I mean?



On Thu, Jul 23, 2015 at 12:48 AM, Amelia Ireland <airel...@lbl.gov> wrote:

> (Apologies for the accidental post)
>
> To answer my own question, the easiest thing is to use
> app->load_config_file(...) and merge the settings into the app config.
>
>
> On 22 July 2015 at 15:41, Amelia Ireland <airel...@lbl.gov> wrote:
> >
> > To answer my own question, the easiest thing is probably going to be for
> me to call
> >
> > ----------------------------------------------------------------------
> >>
> >>
> >> Message: 1
> >> Date: Tue, 21 Jul 2015 11:07:24 -0700
> >> From: Amelia Ireland <airel...@lbl.gov>
> >> To: dancer-users@dancer.pm
> >> Subject: [dancer-users] Multiple config files for Dancer2 app
> >> Message-ID:
> >>         <
> caewsihi-jdpm-aqz1s-tk4zt5xuzcqduhj0hp19u9a9fey+...@mail.gmail.com>
> >> Content-Type: text/plain; charset="utf-8"
> >>
> >>
> >> Hello all,
> >>
> >> Is there a recommended method for using multiple configuration files
> for a
> >> Dancer2 application in addition to the config.xxx and
> >> development.xxx/production.xxx files? My app uses a couple of databases
> >> with passwords that are changed on a regular basis, and I'd like to be
> able
> >> to drop DB config files into the environments folder and have them
> >> automatically included rather than having to edit config files by hand
> or
> >> regenerate them by script. If there's something that already exists
> that I
> >> can use, that would be great!
> >>
> >> Thanks!
> >> Amelia.
> >> -------------- next part --------------
> >> An HTML attachment was scrubbed...
> >> URL: <
> http://lists.preshweb.co.uk/pipermail/dancer-users/attachments/20150721/d3300e26/attachment-0001.html
> >
> >>
> >> ------------------------------
> >>
> >> Subject: Digest Footer
> >>
> >> _______________________________________________
> >> dancer-users mailing list
> >> dancer-users@dancer.pm
> >> http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
> >>
> >>
> >> ------------------------------
> >>
> >> End of dancer-users Digest, Vol 65, Issue 10
> >> ********************************************
> >
> >
>
> _______________________________________________
> dancer-users mailing list
> dancer-users@dancer.pm
> http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
>
>
_______________________________________________
dancer-users mailing list
dancer-users@dancer.pm
http://lists.preshweb.co.uk/mailman/listinfo/dancer-users

Reply via email to