I am wondering if this is typo or it's normal. For me, it could be PGDATABASE=process.env.DATABASE instead of PGDATABASE=process.env.USER in /1-connecting.mdx file.
USER is the current OS user, and it is indeed used as the default database name when neither PGDATABASE nor PGUSER is specified; DATABASE isn’t a thing.
I am wondering if this is typo or it's normal. For me, it could be
PGDATABASE=process.env.DATABASE
instead ofPGDATABASE=process.env.USER
in/1-connecting.mdx
file.