Re: What are best practices wrt passwords?

2024-10-16 Thread mbork
On 2024-10-16, at 14:41, Dominique Devienne wrote: > On Wed, Oct 16, 2024 at 2:25 PM wrote: >> I'd like to be able to use psql without typing passwords again and >> again. I know about `.pgpass` and PGPASSFILE, but I specifically do not >> want to use it - I have the password in the `.env` file

What are best practices wrt passwords?

2024-10-16 Thread mbork
Hello all, I'd like to be able to use psql without typing passwords again and again. I know about `.pgpass` and PGPASSFILE, but I specifically do not want to use it - I have the password in the `.env` file, and having it in _two_ places comes with its own set of problems, like how to make sure th