How to maintain custom configurations for project in different environments?
Hi,
I have 2 different projects/sites with two separate code base. I have some custom configurations for accessing webservices from different server (WS URL) etc. These URLs are different for different environments (Dev, QA, Pre-Prod, Prod).
What is the best way to handle these configurations? Is it via creating different config folders for different run modes?
Please suggest and it would be helpful if you can give me a link that explains how to create configurations (custom configurations) for different run modes.
Thanks,