Currently I have all my various keys in a config file which is version controlled on a PRIVATE repo. The code is on a trusted side (Github). Should I avoid version controlling this config file in git?
If not, then how would you share this file with the development team ?