For those times when you want to host configuration files in a custom path but also want changes "cascade" over the original files; just like the environment ones.
So we need to register a configuration namespace with the resources path and a callback to merge settings when the configuration group, for the given namespace, is loaded the first time.
So if, for example, we have:
And we access those properties, obtain:
Note that this does not prevent to use specific environment settings.