In my web application there are many configuration files that differs on local and production environment. Is there a standard way to put the configuration in 2 different files and my application should be able to load those 2 files dynamically based on the environment in which project is running.
↧