How does everyone manage different deployment configurations?

Let's say your webapp needs to run in various environments.. for example
dev, staging and production.  Each environment has its own database
connection info and third party SOAP endpoints.. etc.

What is a good way to automate (at least partly) the management of these
configurations so that..

* The process of promoting code from dev to staging/production will trigger
a correct change of configuration info.
* The configuration info can be stored in a code repository for history
logging and accountability.

I've been doing this mostly manually, but there has to be a better way..  I
would love to hear about your approaches.

Kevin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to