[dancer-users] Application specific configuration options

Henk van Oers hvo.pm at xs4all.nl
Sun Feb 8 11:35:24 GMT 2015


On Wed, 4 Feb 2015, Gabor Szabo wrote:

> In https://metacpan.org/pod/Dancer2::Config  I see plugins should
> have their configuration in
> 
> plugins:
>    plugin-name:
>        key: value
> 
> but I have not found any suggestion where should one put the application-specific configuration options.
> 
> Is there a recommended, or required hierarchy for those configuration values?
> Maybe:
> 
> applications:
>    "App::Name":
>       key: "value"

Good question.

I'm writing "partial" apps.
Building blocks (bigger than plugins) to compose sites.

I use the global config namespace at this moment...

-- 
Henk


More information about the dancer-users mailing list