Problem: Generally config path differs for local vs prod/dev/staging. In that case developers has to go with if,else based on environment.
Solution: It will be nice to have an option to add different config file path based on different environment or use cases and read the last valid config file.
@ilyakaznacheev
Problem: Generally config path differs for
local
vsprod/dev/staging
. In that case developers has to go withif,else
based on environment.Solution: It will be nice to have an option to add different config file path based on different environment or use cases and read the last valid config file.