Skip to content

[BUG] Configuration files with different extensions and APP_INSTANCE not loaded in the right order #746

@sgaestel

Description

@sgaestel

Describe the bug
I having config files with different extensions, and some defined using an APP_INSTANCE, the loading order is not the expected one.

Let's say I have following files:

development-instance.json
development-instance.yml
development.yml

They are currently loaded as:

development-instance.json
development.yml
development-instance.yml

Expected behavior
From the documentation (and checking at the extensions loading order), I would expect files to be loaded in following order:

development.yml
development-instance.json
development-instance.yml

Please tell us about your environment:

  • node-config version: 1.31.0
  • node-version: 16.20.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions