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