Mass switch settings for Dev and Prod
Hi,
I have 20+ server code and DB services defined in my project. I have two settings files called dev_settings and prod_settings.
Whenever I go from Dev build to Prod build (or the other way), I have to go edit every one of the services to switch the settings file, one by one.
Is there a way to "mass switch" settings for all services? Any other tips or techniques to build for Dev and build for Prod without the painful process I am using now?
Thanks,
-Kal.