I have projects that multiple developers are working on. We all work off the same git repository.
Currently, I do not store production server configuration in the repository, because the configuration files contain database credentials.
I would like to start storing these configurations in the repository, so I m thinking about encrypting the configuration files before saving them in the DVCS.
- What do you guys think about this idea?
- How would go about doing this?