bennycode / welovecoding

https://welovecoding.herokuapp.com/
1 stars 0 forks source link

Sharing secrets #26

Open TN1ck opened 7 years ago

TN1ck commented 7 years ago

With the addition of the Google Authentication, we need to use a way to share the Env-variables. One way would be to use git-crypt: https://github.com/AGWA/git-crypt

With git-crypt we could just commit the secret files.

bennycode commented 7 years ago

I would just commit an .env file where we don't care about the information which it is leaking.