We have three environments: development, staging, and production.

In our configuration variables for development, we set our database to connect to 127.0.0.1 with a set username or password.

However, other developers part of our team have different username and password configurations.

How do we reconcile this without making development_steve, development_mark, development_amir, etc.?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Eventually we decided to use the same local credentials for our DBs.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.