> On Thu, Jul 23, 2015 at 12:48 AM, Amelia Ireland <
aireland@lbl.gov> wrote:
>
> > 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 <
aireland@lbl.gov> wrote:
> > >
> > >> 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.