Skip to content

Can't put module config in a profile #20

@WhittlesJr

Description

@WhittlesJr

I have some module config that varies between :duct.profile/dev and :duct.profile/prod. But the module is not initialized when it exists only in those profiles.

config.edn:

:duct.profile/dev
{:duct.module/foo {:bar :dev-value}}

:duct.profile/prod
{:duct.module/foo {:bar :prod-value}}

Now if I forget about profiles and just put the module config directly in the top-level of config.edn, the module works as expected.

Is this supposed to work and am I probably missing something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions