How do you avoid storing passwords in version control?

后端 未结 6 1463
醉酒成梦
醉酒成梦 2020-12-09 09:24

What strategy do you use to avoid storing passwords in version control?

Currently, I have development/test/production passwords saved in three different files and th

6条回答
  •  伪装坚强ぢ
    2020-12-09 10:11

    Instead of not storing them, you could store them in encrypted form. So you dont have the pain of sending credentials files via IM or EMail all the time a new developer starts ... You just need to tell them the project specific master-password once so they can encrypt the credentials.

提交回复
热议问题