[.env] How to hide from others & share with teammates #2975
-
Good morning, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
@PatrickAlphaC your experience on it would be helpful for all of us. |
Beta Was this translation helpful? Give feedback.
-
Any sort of For minor projects, such misuse is hardly a nuisance even if teammates are malicious (unlikely). In this case, you can just create a private repo (w/ the |
Beta Was this translation helpful? Give feedback.
@guillermovahi
Any sort of
.env
usage is a single point of failure. The ideal approach would be a cryptographic one.For minor projects, such misuse is hardly a nuisance even if teammates are malicious (unlikely). In this case, you can just create a private repo (w/ the
.env
pushed) and giving your teammates the access (for visibility).