Hacker News new | ask | show | jobs
by Cthulhu_ 2323 days ago
Re: secrets, I'd say never work on production while streaming. Don't keep production credentials on your local machine either. Keep a local .env.development file with local credentials ONLY.

If you work in the cloud, usually database secrets and the like will be obscured as well in password fields. Same as in password managers, e.g. 1password has a 'copy' button, and displaying it is an explicit button you have to press.