Best Method For Server Variables in Multi-Developer / Multi-Server environment?
In addition to having a development environment on my laptop and my desktop, we have a staging server and a production server. Furthermore, we have one or more developers and contributors who may have one or more development environments of their own.
Each of these environments may have their own copy of ColdFusion (developer, standard, enterprise - whatever is needed) and their own copy of SQL Server / Express / whatever, their own data source name, data user name, data password, names for CF Mappings, and so forth. So, while the SQL tables and directory structure of the code is all the same, there are many things different from one to the next.
Certainly, we need to have a large number of variables so when someone uploads via SVN commit they don't screw everyone else up because they shove their own local names into place.
How do YOU handle that? XML file? CFC? some form of .INI file? Looking for a solid way to handle this for a myriad of developers and environments, so I welcome seeing YOUR solution.
Thank you!
RLS
