postgres icon indicating copy to clipboard operation
postgres copied to clipboard

suggestion: make loading config from env optional

Open schwarzkopfb opened this issue 2 years ago • 1 comments

When I add the project as a dependency, it'll require env var access for PGAPPNAME, PGDATABASE, PGHOST, PGOPTIONS, PGPASSWORD, PGPORT, PGUSER regardless I prefer to use this way of providing configuration or not. I consider allowing access to all env vars via --allow-env as a security risk and runnig with --allow-env=PGAPPNAME,PGDATABASE,PGHOST,PGOPTIONS,PGPASSWORD,PGPORT,PGUSER is pretty unconvinient.

So WDYT about considering a way to opt-out from auto-config via env vars?

schwarzkopfb avatar Dec 28 '22 15:12 schwarzkopfb

I agree! I would love to be able to turn off trying to read the config from environment variables.

canac avatar Jan 08 '23 14:01 canac