Dotenv: Difference between revisions

From Helpful
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 7: Line 7:
'''{{inlinecode|.env}}''' files are intended to keep environment variables that parts of your project should pick up,
'''{{inlinecode|.env}}''' files are intended to keep environment variables that parts of your project should pick up,
that is easy to keep out of source management - that is, it is a name you can know shouldn't be there.
that is easy to keep out of source management - that is, it is a name you can know shouldn't be there.




Line 17: Line 20:
Does it solve [[secret sprawl]]?  
Does it solve [[secret sprawl]]?  
: Nope.
: Nope.
Does it help secrets stay secret?
: Not at all. {{comment|(Hackers will have an ''slightly'' time, because you centralized all the secrets in one easy-to-identify place.)}}





Latest revision as of 13:00, 7 May 2024