devenv icon indicating copy to clipboard operation
devenv copied to clipboard

Is there a way to modify pg_hba.conf from within the declaration?

Open ElrohirGT opened this issue 9 months ago • 1 comments

Hi! I've been trying to develop a serverless API using SAM and would like it to connect to the postgres that devenv services wakes up. Long story short, I need the postgres to accept connections from all IP's, but this can only be changed from within pg_hba.conf. How would I go about defining this inside the nix file?

Here's the error it gives when trying to connect to it: image

ElrohirGT avatar May 17 '24 01:05 ElrohirGT